update dependencies and refactor stuff api

This commit is contained in:
grillazz 2021-11-01 13:09:27 +01:00
parent 9d072de770
commit 960d3e54b3

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)