Don't apply 404 model to all endpoints

This commit is contained in:
Donkie
2023-07-06 23:55:41 +02:00
parent 006512a1b3
commit 4548b8ef77
4 changed files with 10 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ app = FastAPI(
title="Spoolman REST API v1",
version="1.0.0",
root_path_in_servers=False,
responses={404: {"model": models.Message}},
)