Debug: Añadido log al webhook y corregida excepcion CSRF
This commit is contained in:
@@ -14,7 +14,8 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
$middleware->trustProxies(at: '*');
|
||||
|
||||
$middleware->validateCsrfTokens(except: [
|
||||
'/telegram/webhook',
|
||||
'telegram/webhook',
|
||||
'telegram/webhook/*',
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
|
||||
Reference in New Issue
Block a user