Skip to content

Instantly share code, notes, and snippets.

@pshushereba
Created August 26, 2019 03:16
Show Gist options
  • Save pshushereba/64d133a2b334949da8830b8ca8b2ba15 to your computer and use it in GitHub Desktop.
Save pshushereba/64d133a2b334949da8830b8ca8b2ba15 to your computer and use it in GitHub Desktop.
// const fetchData = async () => {
// const result = await axios.get(
// proxy + url
// )
// setTrialData(result.data.FullStudiesResponse.FullStudies)
// }
// fetchData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment