We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3934f0 commit 637d5bdCopy full SHA for 637d5bd
packages/router/src/parseRouter.ts
@@ -30,7 +30,7 @@ export function parseRouter(controllerMetas: ControllerMetaType[]): Router {
30
)
31
32
if (!routerMeta) {
33
- break
+ continue
34
}
35
// route path
36
const { path, methods: routeMethods } = routerMeta
0 commit comments