csrf fixes

This commit is contained in:
Codex Agent
2025-12-22 22:41:23 +01:00
parent 0f2604309d
commit aa6f9b35d9

View File

@@ -14,6 +14,6 @@ class VerifyCsrfToken extends Middleware
protected $except = [ protected $except = [
'api/v1/photos/*/like', 'api/v1/photos/*/like',
'api/v1/events/*/upload', 'api/v1/events/*/upload',
'paddle/webhook', 'paddle/webhook*',
]; ];
} }