patched auth chang drom develop

pull/32/head
Ro 4 years ago
parent accb8b4ab1
commit 919061d734

@ -206,12 +206,14 @@ router.post('/init', function (req, res) {
'---\n' +
index.content;
fs.ensureDir('content/pages/').then(() => {
fs.writeFile('content/pages/index.md', init)
.then(() => {
console.log('index file created');
//console.log('index file created');
})
.catch(err => {
console.log('ERROR', err);
.catch(() => {
//console.log('ERROR', err);
});
});
});

Loading…
Cancel
Save