From 80cfd2e2db6297c4793bee4bf34945037ad1b94f Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Tue, 20 Dec 2022 01:28:14 +0100 Subject: [PATCH] Changed version --- modules/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app.py b/modules/app.py index 5cdd8f6..4bdc062 100644 --- a/modules/app.py +++ b/modules/app.py @@ -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)