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.

9 lines (8 loc) 162 B
const package = require('../package'); module.exports = { path: '/version', method: 'GET', handler: (request, reply) => { reply(package.version); } }