mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(route) route: rm NOT_LOG
This commit is contained in:
parent
784967800f
commit
5b9ec5da26
1 changed files with 1 additions and 3 deletions
|
|
@ -178,14 +178,12 @@
|
|||
});
|
||||
else
|
||||
buildIndex(dir, function(error, data) {
|
||||
var NOT_LOG = true;
|
||||
|
||||
p.name = PATH_INDEX;
|
||||
|
||||
if (error)
|
||||
ponse.sendError(error, p);
|
||||
else
|
||||
ponse.send(data, p, NOT_LOG);
|
||||
ponse.send(data, p);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue