Commit b8f84994 authored by Dominic Tarr's avatar Dominic Tarr

[fix] fix syntax errors. close issue #86

parent 2626308c
......@@ -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"
}
}
\ No newline at end of file
......@@ -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);
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment