Fix some issues
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user