Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95215fa8b1 |
+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