diff --git a/backend/routes/schema.js b/backend/routes/schema.js index 86bc18660d..0a57c57c87 100644 --- a/backend/routes/schema.js +++ b/backend/routes/schema.js @@ -18,7 +18,7 @@ router /** * GET /schema */ - .get(async (req, res) => { + .get(async (req, res, next) => { try { const swaggerJSON = await getCompiledSchema();