Add swagger doc path

This commit is contained in:
sosokker 2024-04-25 01:41:36 +07:00
parent d0d27fca8d
commit 5af31b85ab

View File

@ -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"
)