node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 12  →  ?path2? @ 13
/server.js
@@ -101,7 +101,7 @@
config.net.address +
':' +
config.net.port +
'.' +
' and serving files from directory: ' +
root
);
});
@@ -139,7 +139,7 @@
config.ssl.address +
':' +
config.ssl.port +
'.' +
' and serving files from directory: ' +
root
);
})