diff --git a/proxy.json b/proxy.json index 5d2580cf6cac7fb9ae62eaded539088c8c30e3f9..45cb026548bdb83878b2f4dae4604a05d3bb93cd 100644 --- a/proxy.json +++ b/proxy.json @@ -1,4 +1,13 @@ { + "/api/dars": { + "target": "https://wb30v3sls6.execute-api.us-east-1.amazonaws.com/dev", + "secure": false, + "changeOrigin": true, + "logLevel": "info", + "pathRewrite": { + "^/api/dars": "" + } + }, "/api": { "target": "https://j5dg9sv034.execute-api.us-east-1.amazonaws.com/dev", "secure": false,