Skip to content

Commit

Permalink
upd proxy to gwa-api to keep using v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 20, 2024
1 parent 2635f0f commit 58ae174
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 @@ -17,7 +17,7 @@ class ApiProxyApp {
logLevel: 'debug',
pathRewrite: {
'^/gw/api/v2/': '/v2/',
'^/gw/api/v3/': '/v3/',
'^/gw/api/v3/': '/v2/',
},
onProxyReq: (proxyReq, req) => {
//console.log(req.headers)
Expand Down

0 comments on commit 58ae174

Please sign in to comment.