We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4977ae7 commit 35168c4Copy full SHA for 35168c4
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