UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

14 lines (12 loc) 205 B
module.exports = [ { method: 'GET', path: '/', handler: (request, h) => { return h.response({ msg: 'Hello, world!', serverless: request.serverless }) } } ]