import payload from '../validators/notifications' export default { config: { validate: { payload } }, handler: (_, reply) => { // For now notifications are not handled they will be when order API is ready reply('OK') }, method: 'POST', path: '/v1/notifications' }