Hi team, Could you please help me confirm the priority of route matching? Especially when multiple routes include wildcards.
For example, I have 3 routes configured: /foo/bar /foo/* /* I suppose the behavior is like this: /foo/bar will match /foo/bar /foo/foo will match /foo/* /bar will match /* Is this correct?