Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
server
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue