formating
This commit is contained in:
parent
198aeb3c02
commit
46231f5c7c
@ -12,8 +12,7 @@ router.get('/', function(req, res, next) {
|
|||||||
|
|
||||||
const f = fs.readdirSync('./public/assets/list/');
|
const f = fs.readdirSync('./public/assets/list/');
|
||||||
f.forEach(file => {
|
f.forEach(file => {
|
||||||
|
data.scripts.push("/assets/list/" + file);
|
||||||
data.scripts.push("/assets/list/"+file);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
res.render('list', data);
|
res.render('list', data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user