Don't apply 404 model to all endpoints
This commit is contained in:
@@ -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}},
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user