Skip to content

Commit

Permalink
264. Updating Our API URL - 2min
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mark Montesclaros committed Jan 1, 2024
1 parent e601ce7 commit 7ec08ca
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';

async function httpGetPlanets() {
const response = await fetch(`${API_URL}/planets`);
Expand Down

0 comments on commit 7ec08ca

Please sign in to comment.