I have express router path like /user/:userId and /post/:postId, and I have save the Regex path to the database table Resource:
/user/:userId
/post/:postId
Reso