diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-12 21:37:37 +0530 |
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-12 21:37:37 +0530 |
| commit | 24f7dd79a66769b7a72970f17aee8f2afac580de (patch) | |
| tree | 07dfae18b318a8ad5f78a602f0252fd8f826ce14 /Procfile | |
| parent | 9cfcd4e9e135e4e0c5d6818e86e6ddecf74188af (diff) | |
Added v1 API
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app
\ No newline at end of file +# web: gunicorn -w 4 -b "0.0.0.0:$PORT" app:app +web: gunicorn -w 4 api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:$PORT" |
