update dependencies and refactor stuff api

This commit is contained in:
grillazz 2021-11-01 13:09:27 +01:00
parent af2d8dd4a8
commit cf95544107

View File

@ -8,7 +8,7 @@ from the_app.utils import get_logger
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(nonsense_router)