Skip to content

Commit 710b7da

Browse files
committed
fix: remove duplicated not found
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 6532aff commit 710b7da

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)