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