build: fix port of test server
This commit is contained in:
parent
95a593bdb6
commit
2e36b06aea
@ -1,5 +1,5 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
apiUrl: 'http://localhost:5269/api/',
|
apiUrl: 'http://localhost:8080/api/',
|
||||||
maxRetry: 5,
|
maxRetry: 5,
|
||||||
retryDelay: 1500
|
retryDelay: 1500
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user