Skip to content

Commit b8f8499

Browse files
committed
[fix] fix syntax errors. close issue #86
1 parent 2626308 commit b8f8499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
, "connect-gzip": "0.1"
88
, "connect-jsonp": "0.0.5"
99
, "connect-restreamer": "1"
10-
, "proxy-by-url": "0.0.0"
10+
, "proxy-by-url": ">= 0.0.1"
1111
}
1212
}

examples/url-middleware.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ httpProxy.createServer(
4141
'/hello': { port: 9000, host: 'localhost' },
4242
'/charlie': { port: 80, host: 'charlieistheman.com' },
4343
'/google': { port: 80, host: 'google.com' }
44-
});
44+
})
4545
).listen(8000);
4646

4747
//

0 commit comments

Comments
 (0)