Create application for gunicorn

This is apparently what gunicorn looks for.
This commit is contained in:
2021-03-14 22:02:51 +02:00
parent 863a540225
commit 78f58b459c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: gunicorn main:app --log-file -
web: gunicorn csv_metadata_quality_web.main --log-file -