mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
login update user lang
This commit is contained in:
@@ -6,12 +6,13 @@ use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
|
||||
|
||||
class VerifyCsrfToken extends Middleware
|
||||
{
|
||||
const TG_WEBHOOK_PREFIX = "tg-webhook";
|
||||
/**
|
||||
* The URIs that should be excluded from CSRF verification.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
self::TG_WEBHOOK_PREFIX . "/*"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user