gatekeeper and app_gateway first commit

This commit is contained in:
Eduardo Silva
2026-03-11 16:35:43 -03:00
parent 7677ddc851
commit 1b51ced8bd
17 changed files with 415 additions and 1 deletions

View File

@@ -50,7 +50,9 @@ INSTALLED_APPS = [
'api',
'routing_templates',
'scheduler.apps.SchedulerConfig',
'api_v2'
'api_v2',
'gatekeeper',
'app_gateway',
]
MIDDLEWARE = [