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