Skip to content

Instantly share code, notes, and snippets.

@KrishanMadushanka
Created September 27, 2022 09:02
Show Gist options
  • Select an option

  • Save KrishanMadushanka/ec62b094e21e9db52380d7fe488d3f89 to your computer and use it in GitHub Desktop.

Select an option

Save KrishanMadushanka/ec62b094e21e9db52380d7fe488d3f89 to your computer and use it in GitHub Desktop.
const API_URL = 'http://localhost:8000';
const refund = async () => {
const response = await fetch(`${API_URL}/refund`);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment