1
0
Fork 0

Screw Windows Firewall

But I’m not sure if this will work to resolve it…


Former-commit-id: ee0adab2f2
pull/17/head
Ambrose Chua 2014-07-18 21:52:50 +08:00
parent 8fe16bbdbb
commit 1778a8cbbc
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",