1
0
Fork 0

Screw Windows Firewall

But I’m not sure if this will work to resolve it…
master^2 v0.0.3-rc.1-unstable
Ambrose Chua 2014-07-18 21:52:50 +08:00
parent 1a33447949
commit ee0adab2f2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var fs = require("fs");
var app = http.createServer(handler);
// var __dirname = path.dirname((window.location + "").replace("file:///", "/"));
app.listen(39322);
app.listen(39322, "127.0.0.1");
var mimeTypes = {
"html": "text/html",