5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
export const apiConfig = {
|
|
baseUrl: window.location.hostname == "localhost" ? "http://localhost:3000" : window.location.origin,
|
|
};
|
|
|
|
export const loginRoute = "/login";
|