Added logging framework.
This commit is contained in:
parent
ad3f075d93
commit
a82b66c637
12 changed files with 171 additions and 29 deletions
server
|
@ -31,7 +31,7 @@ angular.module('ffffng').factory('app', function (fs, config, _) {
|
|||
});
|
||||
}
|
||||
|
||||
app.use( function (req, res, next) {
|
||||
app.use(function (req, res, next) {
|
||||
if (jsTemplateFiles.indexOf(req.path) >= 0) {
|
||||
return serveTemplate('application/javascript', req, res, next);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue