von daheim

This commit is contained in:
2025-03-20 12:37:08 +01:00
parent bf4043004b
commit a0fcb09424
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
// environments/environment.ts
export const environment = {
production: false,
apiUrl: 'http://localhost:4200' // Entwicklungs-URL
//apiUrl: 'http://localhost:4200' // Entwicklungs-URL
apiUrl: 'http://10.0.0.104'
};