From 78ca043213c2c206963469d143541caad5cae571 Mon Sep 17 00:00:00 2001 From: "michele.artini" Date: Mon, 30 Jan 2023 09:39:27 +0100 Subject: [PATCH] proxy conf --- frontends/dnet-is-application/src/proxy.conf.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontends/dnet-is-application/src/proxy.conf.json b/frontends/dnet-is-application/src/proxy.conf.json index 247e804d..2ab102c1 100644 --- a/frontends/dnet-is-application/src/proxy.conf.json +++ b/frontends/dnet-is-application/src/proxy.conf.json @@ -2,5 +2,9 @@ "/ajax": { "target": "http://localhost:8280", "secure": false + }, + "/api": { + "target": "http://localhost:8280", + "secure": false } - } \ No newline at end of file +} \ No newline at end of file