Added offline mode (no remote git sync)

This commit is contained in:
NGPixel
2017-02-11 22:54:27 -05:00
parent 1d237296ca
commit 8af9212837
3 changed files with 18 additions and 2 deletions

View File

@@ -186,6 +186,7 @@ router.get('/*', (req, res, next) => {
newpath: safePath
})
}
return true
}).catch((err) => {
res.render('error', {
message: err.message,