|
|
|
@@ -178,7 +178,7 @@ export const request = async <T extends APICommonResponse>({ |
|
|
|
searchUrl += "?" + data.toString(); |
|
|
|
} |
|
|
|
response = await axios.get<T>(searchUrl); |
|
|
|
console.log("RESPONSE", searchUrl, method, response?.data); |
|
|
|
console.log(new Date(), "RESPONSE", searchUrl, method, response?.data); |
|
|
|
} else if (method === HttpMethod.POST) { |
|
|
|
response = await axios.post<T>(url, data); |
|
|
|
|
|
|
|
|