...
|
...
|
@@ -10,7 +10,7 @@ function addFiles(req) { |
|
|
_.merge(body, req.body);
|
|
|
return body;
|
|
|
}
|
|
|
module.exports=function(controllers){
|
|
|
module.exports=function(){
|
|
|
var Iaccount=global.Register.system;
|
|
|
return function(err,req,res,next){
|
|
|
console.log("req.originalUrl:"+req.originalUrl)
|
...
|
...
|
|