Changed version
This commit is contained in:
parent
0067a5915e
commit
80cfd2e2db
@ -8,7 +8,7 @@ from fastapi.openapi.models import APIKey
|
|||||||
|
|
||||||
from modules.utils import configGet, jsonLoad
|
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_query = APIKeyQuery(name="apikey", auto_error=False)
|
||||||
api_key_header = APIKeyHeader(name="apikey", auto_error=False)
|
api_key_header = APIKeyHeader(name="apikey", auto_error=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user