浏览代码

Merge branch 'main' of http://git.mixtech.dev.br/TooEasy/backend-php

Fernando 3 周之前
父节点
当前提交
7acd03a557
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 teste push
 error_reporting(E_ALL);
 
 $dsn = $_ENV['DB_DSN'] ?? (function () {