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;
|
||||
|
||||
Reference in New Issue
Block a user