UNPKG

@trigo/atrix-swagger

Version:

Swagger API Language intigration

9 lines (7 loc) 164 B
'use strict'; module.exports = (req, reply) => reply({ id: req.params.petId, name: 'Pet 42', photoUrls: ['http://pet_42.pic'], });