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