dual-salmonD
Refine8mo ago
9 replies
dual-salmon

Custom resources endpoint

Hello, i am learning refine, and i am trying to call all customers, but my api looks like this "admin/customer/requests" and i am really confused how to implement it here

{
name: 'customer/requests',
list: '/customers/requests',
meta: {
label: 'Žiadosti o účet',
parentName: 'customer',
route: '/admin/customer/requests',
},
},
Was this page helpful?