endpoint retriever updated

This commit is contained in:
2024-12-03 21:27:33 +03:00
parent efb528bd46
commit 88f94c37c2
4 changed files with 135 additions and 101 deletions

View File

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