Configure proxy for API requests and remove hardcoded apiUrl from environment files.
This commit is contained in:
@@ -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,4 +1,3 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://alttd.com',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user