mirror of
https://github.com/Sosokker/HomieCare.git
synced 2025-12-20 02:14:05 +01:00
Add swagger doc path
This commit is contained in:
parent
d0d27fca8d
commit
5af31b85ab
@ -7,7 +7,7 @@ app = FastAPI(
|
|||||||
title="Dispatch",
|
title="Dispatch",
|
||||||
description="Hello Stranger.",
|
description="Hello Stranger.",
|
||||||
root_path="/api/v1",
|
root_path="/api/v1",
|
||||||
docs_url=None,
|
docs_url="/docs/swagger",
|
||||||
openapi_url="/docs/openapi.json",
|
openapi_url="/docs/openapi.json",
|
||||||
redoc_url="/docs"
|
redoc_url="/docs"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user