5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
export const environment = {
|
|
production: false,
|
|
backendUrl: "https://backend-test.badminton-toernooi.nl",
|
|
};
|