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