UNPKG

@nzz/q-server

Version:

**Maintainer**: [Franco Gervasi](https://github.com/fgervasi)

10 lines 157 B
module.exports = { path: '/health', method: 'GET', options: { tags: ['api'] }, handler: (request, h) => { return 'Q server is alive'; } }