File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export interface CommonServerOptions {
4343 * ``` js
4444 * module.exports = {
4545 * proxy: {
46- * // string shorthand
47- * '/foo': 'http://localhost:4567/foo ',
46+ * // string shorthand: /foo -> http://localhost:4567/foo
47+ * '/foo': 'http://localhost:4567',
4848 * // with options
4949 * '/api': {
5050 * target: 'http://jsonplaceholder.typicode.com',
You can’t perform that action at this time.
0 commit comments