Skip to content

Commit f5cebf8

Browse files
committed
adding test cases
1 parent acc5855 commit f5cebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = async () => {
6969
{
7070
pathRegex: '',
7171
prefix: '/endpoint-proxy-methods',
72-
prefixRewrite: '/endpoint-proxy-methods',
72+
urlRewrite: (req) => '/endpoint-proxy-methods',
7373
target: 'http://localhost:3000',
7474
methods: ['GET', 'POST']
7575
},

0 commit comments

Comments
 (0)