0.0042
All checks were successful
Build Docker / build (push) Successful in 31s

This commit is contained in:
2026-02-28 18:49:19 +03:00
parent 31ae4275f4
commit ad28739b3b

2
run.py
View File

@@ -4,7 +4,7 @@ def start(log_level:str):
if __name__ == "__main__":
uvicorn.run(
"server.backend.endpoints.endpoints:api",
host="127.0.0.1",
host="0.0.0.0",
port=settings.PORT,
reload=True,
log_level=log_level,