Skip to content

Instantly share code, notes, and snippets.

@manoj-mass
Created July 6, 2021 06:43
Show Gist options
  • Save manoj-mass/68720151c539ca67aa6e78df61f126dd to your computer and use it in GitHub Desktop.
Save manoj-mass/68720151c539ca67aa6e78df61f126dd to your computer and use it in GitHub Desktop.
import axios from 'axios';
export const getPost = () => {
return axios.get('https://jsonplaceholder.typicode.com/posts/1').then(res => res.data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment