We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6532aff commit 710b7daCopy full SHA for 710b7da
1 file changed
backend/src/api/public/v1/index.ts
@@ -21,9 +21,5 @@ export function v1Router(): Router {
21
throw new NotFoundError()
22
})
23
24
- router.use(() => {
25
- throw new NotFoundError()
26
- })
27
-
28
return router
29
}
0 commit comments