alembic 1.2

This commit is contained in:
2025-10-01 12:24:49 +03:00
parent 28a853c865
commit 1c7ebdcc2e
2 changed files with 1 additions and 7 deletions

1
run.py
View File

@@ -3,7 +3,6 @@ from server.backend import endpoints# импортируем FastAPI экзем
import asyncio
from server.database import db
if __name__ == "__main__":
#asyncio.run(db.main())
uvicorn.run(
"server.backend.endpoints:api",
host="127.0.0.1",