Replies: 1 comment
-
Hi, @namas1994 You can use regular expressions to inspect the requested URL and take the appropriate action for that path. If you have any additional questions, please let me know |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an Odata V4 library on top of Express v5.
However, I’m facing issues implementing a route like
/Products(:id)
due to the route validation logic described in the release note.This kind of particular route is used to identify a unique resource as mentioned in OData Documentation and also along with this it is also used for calling bound/unbound action mention here.
Could you advise if there’s a way to implement this specific route in Express v5?
Beta Was this translation helpful? Give feedback.
All reactions