mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
update dependencies and refactor stuff api
This commit is contained in:
@@ -8,7 +8,7 @@ from the_app.utils import get_logger
|
|||||||
|
|
||||||
logger = get_logger(__name__)
|
logger = get_logger(__name__)
|
||||||
|
|
||||||
app = FastAPI(title="Stuff And Nonsense", version="0.2")
|
app = FastAPI(title="Stuff And Nonsense API", version="0.3")
|
||||||
|
|
||||||
app.include_router(stuff_router)
|
app.include_router(stuff_router)
|
||||||
app.include_router(nonsense_router)
|
app.include_router(nonsense_router)
|
||||||
|
|||||||
Reference in New Issue
Block a user