-
Hi, i have a sql query that queries data with a slash value like this: i refer to the manual to create a route and the manual state that "This route matches to any value except a slash". Thank you and im really appreaciate your prompt response. |
Beta Was this translation helpful? Give feedback.
Answered by
chriskapp
Feb 2, 2024
Replies: 1 comment 1 reply
-
Hi @mrsibs, so you can use an path like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mrsibs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mrsibs, so you can use an path like
/foo/*bar
and bar will then contains all values including a forward slash.