diff --git a/src/Env.php b/src/Env.php index fa3969f..4f0052e 100644 --- a/src/Env.php +++ b/src/Env.php @@ -4,6 +4,6 @@ abstract class Env { - public static $APIURL = 'https://api.entase.bg/v2/'; + public static $APIURL = 'https://api.entase.com/v2/'; public static $DebugMode = false; } \ No newline at end of file