super_user and services updated

This commit is contained in:
2024-12-05 18:59:46 +03:00
parent 88f94c37c2
commit 88309eb49d
20 changed files with 317 additions and 116 deletions

View File

@@ -32,9 +32,7 @@ class Config:
"/authentication/valid",
"/api/Contact/Us/current_date",
]
NOT_SECURE_PATHS = [
"/access/endpoints/available"
]
NOT_SECURE_PATHS = ["/access/endpoints/available"]
APP_NAME = "evyos-web-api-gateway"
TITLE = "WAG API Web Api Gateway"