env: add '/' to end endpoint url
All checks were successful
Build and Deploy Angular App / build (push) Successful in 35s
All checks were successful
Build and Deploy Angular App / build (push) Successful in 35s
Signed-off-by: Polianin Nikita <wesser@noreply.git.winsomnia.net>
This commit is contained in:
parent
a71223b951
commit
b5cc4cd06f
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
apiUrl: 'https://mirea.winsomnia.net/api',
|
apiUrl: 'https://mirea.winsomnia.net/api/',
|
||||||
maxRetry: 3,
|
maxRetry: 3,
|
||||||
retryDelay: 1500
|
retryDelay: 1500
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user