We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd app
1 parent 052e1e9 commit 21008c1Copy full SHA for 21008c1
Procfile
@@ -1 +1 @@
1
-web: gunicorn main:create_app --bind 0.0.0.0:$PORT --worker-class aiohttp.GunicornWebWorker
+web: gunicorn app:create_app --bind 0.0.0.0:$PORT --worker-class aiohttp.GunicornWebWorker
0 commit comments