mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 19:32:37 +10:00
fix maxParamLength
This commit is contained in:
@ -16,6 +16,7 @@ async function bootstrap() {
|
||||
new FastifyAdapter({
|
||||
ignoreTrailingSlash: true,
|
||||
ignoreDuplicateSlashes: true,
|
||||
maxParamLength: 500,
|
||||
}),
|
||||
{
|
||||
logger: new InternalLogFilter(),
|
||||
|
||||
Reference in New Issue
Block a user