auth endpoints added

This commit is contained in:
2025-04-03 14:19:34 +03:00
parent 3583d178e9
commit ee405133be
37 changed files with 976 additions and 570 deletions

View File

@@ -17,4 +17,4 @@ def get_safe_endpoint_urls() -> list[tuple[str, str]]:
("/metrics", "GET"),
("/test/template", "GET"),
("/test/template", "POST"),
]
]