refactor project settings

This commit is contained in:
Jakub Miazek
2023-03-09 21:05:31 +01:00
parent d23c2f46cb
commit 59e2a0e878
3 changed files with 10 additions and 39 deletions

View File

@@ -7,7 +7,7 @@ from app.utils import get_logger
logger = get_logger(__name__)
app = FastAPI(title="Stuff And Nonsense API", version="0.4")
app = FastAPI(title="Stuff And Nonsense API", version="0.5")
app.include_router(stuff_router)
app.include_router(nonsense_router)