Replies: 1 comment 1 reply
-
Hmm. Seems like a bug in the regex pattern. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Have been wiring in eov into a service. It worked great until i configured a path like
/someurl/{parameter-id}}
this resulted in "NotFound" because the regex that gets created to do the matching ended up with a literal '-id' in it and would not match
/someurl/aParamter
Either a bug or a documentation update. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions