UNPKG

@nzz/q-server

Version:

__Q__ is a system that lets journalists create visual elements for stories. It is developed by [NZZ Storytelling](https://www.nzz.ch/storytelling) and used in the [NZZ](https://www.nzz.ch) newsroom.

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