From ce5508fe7f5472b62b1f8bcbfc9d8eb8901e2c89 Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Tue, 2 Jul 2024 00:49:42 +0300 Subject: [PATCH] build: add apiUrl to environment --- src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d2842ae..64df2d9 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,5 +1,5 @@ export const environment = { - apiUrl: '', + apiUrl: 'https://mirea.winsomnia.net/api', maxRetry: 3, retryDelay: 1500 };