Added docs generation

This commit is contained in:
Donkie
2023-04-03 19:25:27 +02:00
parent 6b17a43e17
commit a6f872bf69
5 changed files with 120 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ from . import filament, models, spool, vendor
# ruff: noqa: D103
app = FastAPI(
title="Spoolson REST API v1",
title="Spoolman REST API v1",
version="1.0.0",
root_path_in_servers=False,
responses={404: {"model": models.Message}},