UPDATE: Change default API URL to localhost for local development
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const DEFAULT_API_URL = "/api/v1";
|
||||
const DEFAULT_API_URL = "http://localhost:8080/api/v1";
|
||||
|
||||
const trimTrailingSlash = (value) => value.replace(/\/+$/, "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user