Configure proxy for API requests and remove hardcoded apiUrl from environment files.

This commit is contained in:
2025-09-24 21:44:41 +02:00
parent 80cb2d0ad1
commit 4878ad9f0d
6 changed files with 10 additions and 4 deletions
@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiUrl: 'https://beta.alttd.com',
};
@@ -1,4 +1,3 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8080',
};
@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiUrl: 'https://alttd.com',
};
-1
View File
@@ -1,4 +1,3 @@
export const environment = {
production: true,
apiUrl: 'https://alttd.com',
};