first version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const controller = {}
|
||||
module.exports = controller
|
||||
|
||||
controller.healthCheck = async (ctx, next) => {
|
||||
ctx.body = 'ok'
|
||||
ctx.status = 200
|
||||
}
|
||||
Reference in New Issue
Block a user