Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
parent e3cfff8310
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions
server

View file

@ -25,7 +25,7 @@ angular.module('ffffng').factory('app', function (fs, config, _) {
}
res.writeHead(200, {'Content-Type': mimeType});
res.end(_.template(body, { config: config.client }));
res.end(_.template(body)( { config: config.client }));
return null; // to suppress warning
});