minor renovations, beautify round 2 (final)
This commit is contained in:
parent
fad6615c42
commit
8410ce6421
212 changed files with 1981 additions and 1717 deletions
|
@ -45,7 +45,7 @@ var http = require('http');
|
|||
var static = require('node-static');
|
||||
var file = new static.Server('.');
|
||||
|
||||
http.createServer(function (req, res) {
|
||||
http.createServer(function(req, res) {
|
||||
file.serve(req, res);
|
||||
}).listen(8080);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue