5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiUrl: 'https://myteamwallet.de/api/v1/',
|
|
};
|