Updated to v0.5

This commit is contained in:
Profitroll 2023-06-27 13:52:13 +02:00
parent 5e3df74052
commit 42f125716a
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from fastapi import FastAPI
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.4")
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.5")
@app.get("/docs", include_in_schema=False)