build: fix port of test server

This commit is contained in:
Polianin Nikita 2024-08-23 23:16:20 +03:00
parent 95a593bdb6
commit 2e36b06aea

View File

@ -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
}; };