From e988fdaa837eeb2773e6c128d94ceb9bbdf3c6af Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 13 Apr 2025 21:50:16 +0800 Subject: [PATCH] no message --- app/Http/Controllers/TestsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/TestsController.php b/app/Http/Controllers/TestsController.php index 055e4e7..f1b05de 100755 --- a/app/Http/Controllers/TestsController.php +++ b/app/Http/Controllers/TestsController.php @@ -15,7 +15,7 @@ class TestsController $oHttp = new Http(); $oHttp->sMethod = "post"; - $oHttp->sToUrl = "https://github.loc/api/tg/hook"; + $oHttp->sToUrl = env("APP_URL")."/api/tg/hook"; $oHttp->bIsJson = true; $oHttp->aData = [ 'update_id' => 123456789,