This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 12:17:22 -04:00
12 changed files with 224 additions and 4 deletions
+1 -1
View File
@@ -104,6 +104,6 @@ abstract class BaseController extends Controller
}
public function wrenchApiServer():string{
return getenv("API_ENDPOINT")."/en/promo/api/v1/";
return API_ENDPOINT."/en/promo/api/v1/";
}
}