Sync
This commit is contained in:
parent
6a6eed8978
commit
77cdb652e9
6 changed files with 138 additions and 414 deletions
|
@ -1,5 +1,5 @@
|
|||
export const apiConfig = {
|
||||
baseUrl: window.location.hostname == "localhost" ? "http://localhost:3000" : window.location.origin,
|
||||
baseUrl: window.location.host === "localhost" ? "http://localhost:3000" : window.location.origin + "/api",
|
||||
};
|
||||
|
||||
export const loginRoute = "/login";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue