Using Dynamic Routes with Vercel Functions?
Seems like there should be a way to do this...
For the route
This results in the error:
Seems like there should be a way to use dynamic routes in Vercel Functions, right?
What am I doing wrong?
For the route
/api/events/init/[key] I have this code:This results in the error:
Seems like there should be a way to use dynamic routes in Vercel Functions, right?
What am I doing wrong?