build: fix port of test server
This commit is contained in:
@ -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
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user