Move openapi spec
This commit is contained in:
parent
840d170501
commit
c30e9377a1
@ -7,7 +7,8 @@ from routers import accidents, bikepoints, dashboard
|
||||
app = FastAPI(
|
||||
title="London Bikestations Dashboard API",
|
||||
docs_url="/api/docs",
|
||||
redoc_url="/api/redoc"
|
||||
redoc_url="/api/redoc",
|
||||
openapi_url="/api/openapi.json"
|
||||
)
|
||||
|
||||
origins = [
|
||||
|
Loading…
Reference in New Issue
Block a user