From 7961d51b142eee4b8b8e7d1c5595e6f898eb6504 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 11 Nov 2024 19:53:01 +0100 Subject: [PATCH] ov-components: Fixed proxy conf --- openvidu-components-angular/src/proxy.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/src/proxy.config.json b/openvidu-components-angular/src/proxy.config.json index 82ae5b923c..71a624ae84 100644 --- a/openvidu-components-angular/src/proxy.config.json +++ b/openvidu-components-angular/src/proxy.config.json @@ -1,6 +1,6 @@ { "/": { - "target": "http://localhost:5000", + "target": "http://localhost:6080", "secure": false } } \ No newline at end of file