I have the following file
pages/api/[slug]/[uid].ts
And I want to get the slug
and the uid
on the body of my handler, how can I do it?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have the following file
pages/api/[slug]/[uid].ts
And I want to get the slug
and the uid
on the body of my handler, how can I do it?