UNPKG

cdc

Version:

Consumer Driven Contracts (CDC)

13 lines (12 loc) 163 B
module.exports = { request: { path: '/api/simple-status', method: 'GET' }, response: { body: { hello: 'world' }, status: 201 } }