Changed version

This commit is contained in:
Profitroll 2022-12-20 01:28:14 +01:00
parent 0067a5915e
commit 80cfd2e2db

View File

@ -8,7 +8,7 @@ from fastapi.openapi.models import APIKey
from modules.utils import configGet, jsonLoad
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="2.0")
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.1")
api_key_query = APIKeyQuery(name="apikey", auto_error=False)
api_key_header = APIKeyHeader(name="apikey", auto_error=False)