Environment handling
This commit is contained in:
@@ -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/";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user