console.log('Publishing all events to all authenticated users. See `channels.js` and https://docs.feathersjs.com/api/channels.html for more information.');// eslint-disable-line
// e.g. to publish all service events to all authenticated users use
returnapp.channel('authenticated');
});
returnapp.channel('authenticated')
})
// Here you can also add service specific event publishers
// e..g the publish the `users` service `created` event to the `admins` channel