Updated API version to 0.2
This commit is contained in:
parent
e858e7d7f4
commit
a380da81bb
@ -2,7 +2,7 @@ from fastapi import FastAPI
|
||||
from fastapi.openapi.docs import get_swagger_ui_html, get_redoc_html
|
||||
|
||||
|
||||
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.1")
|
||||
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.2")
|
||||
|
||||
|
||||
@app.get("/docs", include_in_schema=False)
|
||||
|
Loading…
Reference in New Issue
Block a user