Correcciones finales: Carga de entorno en webhook, rutas en entrypoint y búsqueda SQL
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
|
||||
use App\Services\TelegramBot;
|
||||
use App\Config\Env;
|
||||
|
||||
// Cargar variables de entorno
|
||||
Env::load();
|
||||
|
||||
// Recibir solicitud webhook
|
||||
$input = file_get_contents('php://input');
|
||||
|
||||
Reference in New Issue
Block a user