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