Route Masking to Add Additional Characters to URL #2279
-
Hi, I would like to add some route masking for one of the urls I have. I have below where i would like to not show one of the parameters (assessmentId) and instead add additional characters after the URL.
where I pass this into my couter instance as: When I add the code above, I get an error on the line where Yes, the route doesn't exist because I am masking it to something else so that I don't see the users the whole URL. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
to
of the mask must be a valid route.can't you create that route ?