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
Copy file name to clipboardExpand all lines: content/faq/global-prefix.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ app.setGlobalPrefix('v1', {
15
15
});
16
16
```
17
17
18
-
> warning **Warning** The `exclude` feature does not support wildcards (`(.*)` or `*` will not work as expected). Instead, you must specify routes explicitly.
19
-
20
18
Alternatively, you can specify route as a string (it will apply to every request method):
0 commit comments