mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(route) rm "\n"
This commit is contained in:
parent
a7324f761b
commit
5db8e18f44
1 changed files with 1 additions and 2 deletions
|
|
@ -47,9 +47,8 @@
|
|||
.map(function(name) {
|
||||
return 'css/' + name + '.css';
|
||||
}).join(':');
|
||||
|
||||
|
||||
module.exports = function (req, res, next) {
|
||||
module.exports = function(req, res, next) {
|
||||
readFiles(function() {
|
||||
route(req, res, next);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue