modify code to standard style

This commit is contained in:
Jay
2018-03-13 23:40:10 +08:00
parent d4f9e78e2a
commit 32916d269e
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ r.use('/api', require('./api').routes())
r.get('/', async (c, n) => {
c.status = 200
c.body = ""
c.body = ''
})
module.exports = r
+1 -1
View File
@@ -13,4 +13,4 @@ module.exports = {
message: 'Internal Error'
}
}
}
}