build: add apiUrl to environment
Some checks failed
Build and Deploy Angular App / build (push) Failing after 1m29s

This commit is contained in:
Polianin Nikita 2024-07-02 00:49:42 +03:00
parent 4dbcdf658e
commit ce5508fe7f

View File

@ -1,5 +1,5 @@
export const environment = {
apiUrl: '',
apiUrl: 'https://mirea.winsomnia.net/api',
maxRetry: 3,
retryDelay: 1500
};