const groups_routes = { prefix: '/dash/saml', middleware: [ 'auth:UserOnly', ], get: { '/service-providers': [ 'controller::dash:SAML.get_sp_listing' ] }, } module.exports = exports = groups_routes