Skip to content

Commit 080898c

Browse files
docs(): remove note on exclude (global prefix)
1 parent d98fffb commit 080898c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/faq/global-prefix.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ app.setGlobalPrefix('v1', {
1515
});
1616
```
1717

18-
> warning **Warning** The `exclude` feature does not support wildcards (`(.*)` or `*` will not work as expected). Instead, you must specify routes explicitly.
19-
2018
Alternatively, you can specify route as a string (it will apply to every request method):
2119

2220
```typescript

0 commit comments

Comments
 (0)