Skip to content

Commit

Permalink
chore: revert config to use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeJ1nG committed May 24, 2024
1 parent 4b8814f commit 8d58639
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const config = {
BASE_URL: "/",
},
development: {
// TODO: Return this to localhost
API_BASE_URL: "https://api.susunjadwal.cs.ui.ac.id/susunjadwal/api",
API_BASE_URL: "http://localhost:5000/susunjadwal/api",
BASE_URL: "/",
},
};
Expand Down

0 comments on commit 8d58639

Please sign in to comment.