diff --git a/app/main.py b/app/main.py index 2255a60..385cf22 100644 --- a/app/main.py +++ b/app/main.py @@ -116,7 +116,7 @@ def health_check(): async def main(): - config = uvicorn.Config("main:app", port=int(os.getenv('BACKEND_PORT')), host="0.0.0.0", log_level="critical") + config = uvicorn.Config("main:app", port=int(os.getenv('BACKEND_PORT', 8000)), host="0.0.0.0", log_level="critical") server = uvicorn.Server(config) await server.serve() diff --git a/frontend/index.html b/frontend/index.html index 241c91b..aa97202 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -41,6 +41,14 @@

0%

+

+ + + + + GitHub проекта + +