login update user lang

This commit is contained in:
lgb
2024-04-01 21:39:43 +08:00
parent dea1677522
commit d3edc3c48b
4 changed files with 26 additions and 11 deletions

View File

@@ -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 . "/*"
];
}