fix maxParamLength

This commit is contained in:
Philipinho
2024-06-20 22:57:39 +01:00
parent 1f4bd129a8
commit 2aec5a3fe7

View File

@ -16,6 +16,7 @@ async function bootstrap() {
new FastifyAdapter({
ignoreTrailingSlash: true,
ignoreDuplicateSlashes: true,
maxParamLength: 500,
}),
{
logger: new InternalLogFilter(),