Compare commits

..

No commits in common. "ce5508fe7f5472b62b1f8bcbfc9d8eb8901e2c89" and "7d0a51696f1f46b81f91da8adb27228f8192b08c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
run: npm install
- name: Build Angular app
run: npm run build -- --configuration production
run: npm run build -- --prod
- name: Start ssh-agent
id: ssh-agent

View File

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