fix maxParamLength
This commit is contained in:
parent
1f4bd129a8
commit
2aec5a3fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ async function bootstrap() {
|
|||
new FastifyAdapter({
|
||||
ignoreTrailingSlash: true,
|
||||
ignoreDuplicateSlashes: true,
|
||||
maxParamLength: 500,
|
||||
}),
|
||||
{
|
||||
logger: new InternalLogFilter(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue