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