diff --git a/src/config.js b/src/config.js index 3aaa386..20af88e 100644 --- a/src/config.js +++ b/src/config.js @@ -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: "/", }, };