Skip to content

Commit

Permalink
[fix] fix syntax errors. close issue #86
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Aug 9, 2011
1 parent 2626308 commit b8f8499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
, "connect-gzip": "0.1"
, "connect-jsonp": "0.0.5"
, "connect-restreamer": "1"
, "proxy-by-url": "0.0.0"
, "proxy-by-url": ">= 0.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/url-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ httpProxy.createServer(
'/hello': { port: 9000, host: 'localhost' },
'/charlie': { port: 80, host: 'charlieistheman.com' },
'/google': { port: 80, host: 'google.com' }
});
})
).listen(8000);

//
Expand Down

0 comments on commit b8f8499

Please sign in to comment.