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 0a96f39 commit 56e3885Copy full SHA for 56e3885
recipes/pathRewrite.md
@@ -23,7 +23,7 @@ const options = {
23
24
const apiProxy = createProxyMiddleware(options);
25
26
-// `/old/api/foo/bar` -> `http://localhost:3000/new/api/foo/bar`
+// `/api/old-path/foo/bar` -> `http://localhost:3000/api/new-path/foo/bar`
27
```
28
29
## remove paths
0 commit comments