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

@@ -95,6 +95,7 @@ class TelegramController extends Controller
*/
public function webhook(Request $request)
{
Log::debug('>>> Webhook hit detected <<<');
try {
$update = $request->all();