Correction window.location.href -> window.location.origin
This commit is contained in:
parent
f6bbc51bdc
commit
abce27c5f6
|
@ -1,4 +1,4 @@
|
|||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://cre.fyloz.dev/api'
|
||||
apiUrl: window.location.origin + '/api'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue