Fix some issues

This commit is contained in:
2026-01-25 20:07:37 +01:00
parent e0be1b22f9
commit 6c6a9fc58c
32 changed files with 1719 additions and 226 deletions

View File

@@ -50,7 +50,10 @@ PUBLIC_ROUTES = [
"/api/v1/webhooks/generic", # Generic webhook endpoint
"/api/v1/telemetry/v1/traces", # Frontend telemetry traces - no auth for performance
"/api/v1/telemetry/v1/metrics", # Frontend telemetry metrics - no auth for performance
"/api/v1/telemetry/health" # Telemetry health check
"/api/v1/telemetry/health", # Telemetry health check
"/api/v1/public/contact", # Public contact form - no auth required
"/api/v1/public/feedback", # Public feedback form - no auth required
"/api/v1/public/prelaunch-subscribe" # Pre-launch email subscription - no auth required
]
# Routes accessible with demo session (no JWT required, just demo session header)