|
|
@@ -84,7 +84,6 @@ module.exports = function(exStore, exDir) {
|
|
|
({ files, filesJSON: JSON.stringify(files) })
|
|
|
)
|
|
|
.then(({ files, filesJSON }) => Object.assign(data, { files, filesJSON }))
|
|
|
- .then(c => { console.log(c); return c; })
|
|
|
.then(data => ({
|
|
|
html: Mustache.render(indexTpml, data),
|
|
|
code: statusCode ? statusCode : 200
|