Skip to content

Instantly share code, notes, and snippets.

@hang15
Last active February 10, 2021 14:54
Show Gist options
  • Save hang15/ee2f29925828a4561938a8f1d501e3d2 to your computer and use it in GitHub Desktop.
Save hang15/ee2f29925828a4561938a8f1d501e3d2 to your computer and use it in GitHub Desktop.
// Example usage:
// userFetcher({ query: this.query });
async function userFetcher(params) {
const data = await axios.get("/api/user", { params });
return data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment