You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you now try to call /files for example, it will match the /{project} endpoint to it. Instead, the priority should not be on the order but on the variables (Variables last).
So /abc before /{var} and /path/to/something before /path/to/{var}
The text was updated successfully, but these errors were encountered:
Here's an example:
When you now try to call
/files
for example, it will match the/{project}
endpoint to it. Instead, the priority should not be on the order but on the variables (Variables last).So
/abc
before/{var}
and/path/to/something
before/path/to/{var}
The text was updated successfully, but these errors were encountered: