2025SELab2-project-Dwengo/frontend/src/config.ts
2025-03-09 22:57:15 +00:00

5 lines
172 B
TypeScript

export const apiConfig = {
baseUrl: window.location.hostname == "localhost" ? "http://localhost:3000" : window.location.origin,
};
export const loginRoute = "/login";