Skip to content

Commit 7857f44

Browse files
authored
fix: sync routes after scan handlers (#4033)
1 parent 0f4c665 commit 7857f44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scan.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ export async function scanHandlers(nitro: Nitro) {
6666
}),
6767
];
6868

69+
nitro.routing.sync();
70+
6971
return handlers;
7072
}
7173

0 commit comments

Comments
 (0)