We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc5855 commit f5cebf8Copy full SHA for f5cebf8
test/config.js
@@ -69,7 +69,7 @@ module.exports = async () => {
69
{
70
pathRegex: '',
71
prefix: '/endpoint-proxy-methods',
72
- prefixRewrite: '/endpoint-proxy-methods',
+ urlRewrite: (req) => '/endpoint-proxy-methods',
73
target: 'http://localhost:3000',
74
methods: ['GET', 'POST']
75
},
0 commit comments