Debug: Añadido log al webhook y corregida excepcion CSRF

This commit is contained in:
2026-04-19 20:05:41 -06:00
parent d05324a28a
commit b0fa3f4fde
5 changed files with 213 additions and 257 deletions

View File

@@ -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 {