NuxtN
Nuxt2y ago
funk2351

Server middleware for specific route

Hi, i have this structure:
  • /pages/page/[...slug].vue
  • /pages/component/[...slug].vue
And i want to make server middleware only for these routes, how can i do this?

I was trying with this solution:
  • /server/routes/page/[...slug].get.ts
  • /server/routes/page/[...slug].post.ts
but it's nor working. Can you help me?
Was this page helpful?