Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Dec 22, 2023
1 parent 04cd9a6 commit d38ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const proxyEventHandler1 = createProxyEventHandler({
pathFilter: ['/api/**'],
})

// proxy to http://other-server.com
// proxy to other target
const proxyEventHandler2 = createProxyEventHandler({
target: `http://127.0.0.1:${port}/other-api-module`,
pathRewrite: {
Expand Down

0 comments on commit d38ae12

Please sign in to comment.