in development funktionieren Steckdosen, Prod: baseURL fehler

This commit is contained in:
2025-03-12 15:01:18 +01:00
parent 7f818f5463
commit bf4043004b
9 changed files with 272 additions and 21 deletions
+6
View File
@@ -0,0 +1,6 @@
// environments/environment.ts
export const environment = {
production: false,
apiUrl: 'http://localhost:4200' // Entwicklungs-URL
};