master #40

Merged
emmatveev merged 20 commits from master into dev 2024-12-29 13:32:45 +03:00
Showing only changes of commit 789a3298e5 - Show all commits

View File

@ -8,7 +8,7 @@ from app.routers import finish
from app.storage import mongo from app.storage import mongo
app = fastapi.FastAPI() app = fastapi.FastAPI(debug=True)
app.include_router(take.router) app.include_router(take.router)
app.include_router(put.router) app.include_router(put.router)