Created
September 27, 2022 09:02
-
-
Save KrishanMadushanka/ec62b094e21e9db52380d7fe488d3f89 to your computer and use it in GitHub Desktop.
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
| 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