Created
January 19, 2021 21:43
-
-
Save ng-the-engineer/af85ee5dec7cc859a2e0e83d23b780fd to your computer and use it in GitHub Desktop.
Code snipper: replace data.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from "axios"; | |
export const fetch = async () => | |
await axios.get("https://api.spacexdata.com/v4/launches/latest"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment