mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 05:13:45 +02:00
Very basic working implementation of sanctum for API validation
This commit is contained in:
@@ -14,6 +14,6 @@ class VerifyCsrfToken extends BaseVerifier
|
||||
protected $except = [
|
||||
'remote/*',
|
||||
'daemon/*',
|
||||
'api/*',
|
||||
// 'api/*',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user