From fa81f707949e0db96e90f476556927f9de11d1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Boh=C3=A1=C4=8Dek?= <244656@mail.muni.cz> Date: Mon, 14 Apr 2025 17:20:48 +0200 Subject: [PATCH] Update backend restapi port --- 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 699a3c0..7de0707 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,5 +1,5 @@ // src/environments/environment.ts // used when we run `ng serve` or `ng build` export const environment = { - restApiUrl: 'http://localhost:8000/api/v1' + restApiUrl: 'http://localhost:8003/api/v1' }; -- GitLab