diff --git a/app/Services/TG/Hook/Mod/Test.php b/app/Services/TG/Hook/Mod/Test.php index 52d15c3..20b0e70 100644 --- a/app/Services/TG/Hook/Mod/Test.php +++ b/app/Services/TG/Hook/Mod/Test.php @@ -13,7 +13,7 @@ class Test extends Base { $sValue = $aParam["aArg"][1]; $this->oHttp->sMethod = "get"; - $this->oHttp->sToUrl = env("APP_URL")."/cron"; + $this->oHttp->sToUrl = env("APP_URL")."/exec/cron"; $this->oHttp->bIsJson = true; $this->oHttp->aData = [ "is_test" => true,