@@ -5,6 +5,7 @@
- uvicorn ASGI -> WSGI
- starlette ASGI server
- boto3 s3 client
- авторизацию через заголовок запроса
#### Переменные среды
@@ -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)
The note is not visible to the blocked user.