build: add apiUrl to environment
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m29s
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m29s
This commit is contained in:
parent
4dbcdf658e
commit
ce5508fe7f
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
apiUrl: '',
|
apiUrl: 'https://mirea.winsomnia.net/api',
|
||||||
maxRetry: 3,
|
maxRetry: 3,
|
||||||
retryDelay: 1500
|
retryDelay: 1500
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user