Compare commits
2 Commits
5a5103ea9c
...
2a29b85ad2
Author | SHA1 | Date | |
---|---|---|---|
2a29b85ad2 | |||
9bdc788078
|
@@ -1,7 +1,7 @@
|
|||||||
from fastapi import FastAPI
|
from fastapi import FastAPI
|
||||||
from fastapi.openapi.docs import get_redoc_html, get_swagger_ui_html
|
from fastapi.openapi.docs import get_redoc_html, get_swagger_ui_html
|
||||||
|
|
||||||
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.2")
|
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.3")
|
||||||
|
|
||||||
|
|
||||||
@app.get("/docs", include_in_schema=False)
|
@app.get("/docs", include_in_schema=False)
|
||||||
|
Reference in New Issue
Block a user