Files
teamwallet/myteamwallet_frontend_modern/src/environments/environment.ts
Bastian Wagner 6bea4f766a first commit
2026-07-31 21:02:47 +02:00

5 lines
97 B
TypeScript

export const environment = {
production: true,
apiUrl: 'https://myteamwallet.de/api/v1/',
};