Skip to content

Commit 35168c4

Browse files
committed
fix: remove duplicated not found
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 4977ae7 commit 35168c4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

backend/src/api/public/v1/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,5 @@ export function v1Router(): Router {
2121
throw new NotFoundError()
2222
})
2323

24-
router.use(() => {
25-
throw new NotFoundError()
26-
})
27-
2824
return router
2925
}

0 commit comments

Comments
 (0)