modify code to standard style
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -13,4 +13,4 @@ module.exports = {
|
||||
message: 'Internal Error'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user