Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created January 19, 2021 21:43
Show Gist options
  • Save ng-the-engineer/af85ee5dec7cc859a2e0e83d23b780fd to your computer and use it in GitHub Desktop.
Save ng-the-engineer/af85ee5dec7cc859a2e0e83d23b780fd to your computer and use it in GitHub Desktop.
Code snipper: replace data.ts
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