From 12784d848ad523c2c9b711f593fc0cb838b1894b Mon Sep 17 00:00:00 2001 From: Julia Muiruri Date: Sun, 24 Nov 2024 19:09:40 +0300 Subject: [PATCH] Update apiDevserverUrl in swa-cli.config.json --- packages/portal/swa-cli.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/portal/swa-cli.config.json b/packages/portal/swa-cli.config.json index 896ce514..b3406941 100644 --- a/packages/portal/swa-cli.config.json +++ b/packages/portal/swa-cli.config.json @@ -9,7 +9,7 @@ "apiBuildCommand": "npm run build", "run": "npm start", "appDevserverUrl": "http://localhost:4200", - "apiDevserverUrl": "http://127.0.01:7071" + "apiDevserverUrl": "http://127.0.0.1:7071" } } }