Files
new-landing-page-homenas/src/environments/environment.ts
T

8 lines
171 B
TypeScript
Raw Normal View History

// environments/environment.ts
export const environment = {
production: false,
2025-03-20 12:37:08 +01:00
//apiUrl: 'http://localhost:4200' // Entwicklungs-URL
apiUrl: 'http://10.0.0.104'
};