Sorry pretty new to this also not sure if this helps but have you tried adding auth:false to your route?
{
method: 'GET',
path: '/example',
handler: 'example.find',
config: {
auth: false
},
},
Sorry pretty new to this also not sure if this helps but have you tried adding auth:false to your route?
{
method: 'GET',
path: '/example',
handler: 'example.find',
config: {
auth: false
},
},