From 061b9a69d44a2ec7b4e1005f21101e0d6bfbc3c5 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Sat, 9 Mar 2024 18:33:15 +0100 Subject: [PATCH] feat: added proxy conf json --- arai-frontend/proxy.conf.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arai-frontend/proxy.conf.json diff --git a/arai-frontend/proxy.conf.json b/arai-frontend/proxy.conf.json new file mode 100644 index 0000000..562840e --- /dev/null +++ b/arai-frontend/proxy.conf.json @@ -0,0 +1,8 @@ +{ + "/api": { + "target": "http://localhost:5000", + "secure": false, + "changeOrigin": true + } + } + \ No newline at end of file