alembic 1.1

This commit is contained in:
2025-10-01 12:24:09 +03:00
parent 5deffdfcf1
commit 28a853c865
3 changed files with 6 additions and 39 deletions

2
run.py
View File

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