UNPKG

cdc

Version:

Consumer Driven Contracts (CDC)

12 lines (11 loc) 172 B
module.exports = { name: 'simple endpoint that returns hello world', request: { path: '/api/simple' }, response: { body: { hello: 'world' } } }