2
All checks were successful
Build Docker / deploy (push) Successful in 37s
Build Docker / build (push) Successful in 30s

This commit is contained in:
2026-03-07 18:43:19 +03:00
parent 02a2c17531
commit ed5128f75d
2 changed files with 2 additions and 2 deletions

2
run.py
View File

@@ -9,7 +9,7 @@ def start(log_level:str):
"server.backend.endpoints.endpoints:api",
host="0.0.0.0",
port=settings.PORT,
reload=True,
reload=False,
log_level=log_level,
access_log=True
)