minor-fixes
All checks were successful
deploy / deploy (push) Successful in 1m28s

This commit is contained in:
Untone 2023-12-02 08:45:25 +03:00
parent 264e274f4b
commit 489ddfe2a9
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- uvicorn ASGI -> WSGI
- starlette ASGI server
- boto3 s3 client
- авторизацию через заголовок запроса
#### Переменные среды

View File

@ -66,4 +66,5 @@ app = Starlette(debug=True, routes=routes)
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host='0.0.0.0', port=80)
uvicorn.run(app, host='0.0.0.0', port=80)