mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
personal access token create and del
This commit is contained in:
@@ -13,6 +13,7 @@ class VerifyCsrfToken extends Middleware
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
self::TG_WEBHOOK_PREFIX . "/*"
|
||||
self::TG_WEBHOOK_PREFIX . "/*",
|
||||
"web/token/*",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user