feat: add propose domain endpoint

This commit is contained in:
Maël Gangloff
2025-09-13 13:09:28 +02:00
parent 1b1b82189e
commit c93037663f
9 changed files with 163 additions and 36 deletions

View File

@@ -63,6 +63,7 @@ security:
- { path: "^/api/watchlists/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/calendar$", roles: PUBLIC_ACCESS }
- { path: "^/api/watchlists/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/rss", roles: PUBLIC_ACCESS }
- { path: "^/api/config$", roles: PUBLIC_ACCESS }
- { path: "^/api/propose-domain", roles: PUBLIC_ACCESS }
- { path: ^/api, roles: IS_AUTHENTICATED_FULLY }
when@test: