gdias hai 3 semanas
pai
achega
6f049b4d3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/index_webhook.php

+ 1 - 1
public/index_webhook.php

@@ -11,7 +11,7 @@ if (class_exists(Dotenv\Dotenv::class) && file_exists(__DIR__ . '/../.env')) {
         true
     )->safeLoad();
 }
-//webhook
+//webhook teste push
 error_reporting(E_ALL);
 
 $dsn = $_ENV['DB_DSN'] ?? (function () {