Hi,
According to the documentation, I created my api with this url: https://directus.royalinmuebles.com/api/v1/accounts
To this, the configuration of /accounts/index.js and package.json are working well.
But know, I need to create the api with this url: https://directus.royalinmuebles.com/api/v1/accounts/1/customers and itβs not possible that works.
Please, can you help me?
Thanks
John
Based on the original question and example, I'm assuming the
β rijkvanzanten1here is some sort of dynamic identifier, so you're probably looking to use route parameters like/accounts/:id/customers