We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6694df6 + 986c4ca commit 9875a76Copy full SHA for 9875a76
1 file changed
backend/routes/schema.js
@@ -18,7 +18,7 @@ router
18
/**
19
* GET /schema
20
*/
21
- .get(async (req, res) => {
+ .get(async (req, res, next) => {
22
try {
23
const swaggerJSON = await getCompiledSchema();
24
0 commit comments