url error
This commit is contained in:
@@ -120,7 +120,7 @@ export const TAxios = (
|
||||
}
|
||||
if (type === "get") {
|
||||
const _urlparams = HelperMethods.createQueryString(urlParams);
|
||||
url += url ? `?${_urlparams}` : "";
|
||||
url += _urlparams ? `?${_urlparams}` : "";
|
||||
}
|
||||
|
||||
let axiosInstance;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// export const SHOPTIME_BASE_URL = "https://qt3-aic.lgshopsvc.lgappstv.com/";
|
||||
export const SHOPTIME_BASE_URL = ".lgshopsvc.lgappstv.com/";
|
||||
export const SHOPTIME_BASE_URL = ".lgshopsvc.lgappstv.com";
|
||||
|
||||
export const URLS = {
|
||||
//device controller
|
||||
|
||||
Reference in New Issue
Block a user