Web Dev CodyW
Convex Community2y ago
2 replies
Web Dev Cody

Path params in HTTP router?

I'm not seeing a way in the docs to easily setup a traditional rest API endpoint such as

/api/projects/:projectId/feedback

does convex parse the path params at all, or would I need to setup my own regex / parse function?
Was this page helpful?