From c5c42e468979f078749c247b2e3e0d8a9378ea9a Mon Sep 17 00:00:00 2001 From: IgorVolochay Date: Sat, 10 Jan 2026 18:05:50 +0300 Subject: [PATCH] Pre-merge edit --- app/main.py | 2 +- frontend/index.html | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 проекта + +