소스 검색

teste push

gdias 3 주 전
부모
커밋
6f049b4d3b
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
+//webhook teste push
 error_reporting(E_ALL);
 
 $dsn = $_ENV['DB_DSN'] ?? (function () {