added fetching data notice on pagination
This commit is contained in:
@@ -58,6 +58,8 @@ export default async function ApiProxy(req, res) {
|
||||
};
|
||||
};
|
||||
|
||||
console.log(WEBAPI_URL + queryUrl);
|
||||
|
||||
return axios
|
||||
.get(
|
||||
WEBAPI_URL + queryUrl, // + hashAPIPath(queryUrl),
|
||||
|
||||
Reference in New Issue
Block a user