updated response models and event validations

This commit is contained in:
2024-12-11 19:54:36 +03:00
parent 3c8ec13dfe
commit 1b15b77036
13 changed files with 453 additions and 102 deletions

View File

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