mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update dependencies and refactor stuff api
This commit is contained in:
parent
9d072de770
commit
960d3e54b3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user