This commit is contained in:
Azeez Muibi
2025-04-17 17:50:16 +01:00
parent c4ac25bbdd
commit 21b6e8c018
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class Config:
"""Base configuration for Flask app"""
SWAGGER_URL = os.getenv("SWAGGER_URL", "/documentation")
API_URL = os.getenv("API_URL", "/swagger.json")
API_URL = os.getenv("API_URL", "/digifi_swagger.json")
DEBUG = True
VALID_APP_ID = os.getenv("VALID_APP_ID", "app1")