update api max url length
This commit is contained in:
@@ -30,7 +30,7 @@ const startServer = async () => {
|
||||
logInfo('Starting server');
|
||||
try {
|
||||
const fastify = Fastify({
|
||||
maxParamLength: 5000,
|
||||
maxParamLength: 15_000,
|
||||
});
|
||||
|
||||
fastify.register(cors, {
|
||||
|
||||
Reference in New Issue
Block a user