From db6c3b4aec69090df7504472dfca58a72bbe0177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Fri, 18 Oct 2024 19:39:06 +0200 Subject: [PATCH] Fixing production apiUrl in frontend environment --- frontend/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/environments/environment.prod.ts b/frontend/src/environments/environment.prod.ts index 75b3ea3..edbf434 100644 --- a/frontend/src/environments/environment.prod.ts +++ b/frontend/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { production: true, - apiUrl: 'http://api.smetovi.ba' + apiUrl: 'http://api.smetovi.ba/api' };