Skip to content

Commit

Permalink
** relative api url
Browse files Browse the repository at this point in the history
  • Loading branch information
ibthideveloper committed Sep 12, 2023
1 parent cf5b8d5 commit 9d71afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/hooks/requests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const API_URL = "http://localhost:8000/v1";
const API_URL = "v1";

// Load planets and return as JSON.
async function httpGetPlanets() {
Expand Down

0 comments on commit 9d71afb

Please sign in to comment.