release addon v1.0.0

This commit is contained in:
mhdzumair
2022-09-07 11:05:24 +05:30
parent cf89baea4d
commit b4a28e99ad
19 changed files with 812 additions and 560 deletions
+1 -1
View File
@@ -1 +1 @@
web: gunicorn -w 3 -k uvicorn.workers.UvicornWorker main:app
web: uvicorn --host 0.0.0.0 --port $PORT main:app