Skip to content

Commit

Permalink
upd gwa proxy - not backward compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Oct 4, 2023
1 parent 33b7eef commit 98c17cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ApiProxyApp {
target: this._gwaApiUrl,
changeOrigin: true,
logLevel: 'debug',
pathRewrite: { '^/gw/api/': '/v2/' },
pathRewrite: { '^/gw/api/': '/' },
onProxyReq: (proxyReq, req) => {
//console.log(req.headers)
// proxyReq.removeHeader("cookie");
Expand Down

0 comments on commit 98c17cb

Please sign in to comment.