There was an error while loading. Please reload this page.
1 parent 0f4c665 commit 7857f44Copy full SHA for 7857f44
1 file changed
src/scan.ts
@@ -66,6 +66,8 @@ export async function scanHandlers(nitro: Nitro) {
66
}),
67
];
68
69
+ nitro.routing.sync();
70
+
71
return handlers;
72
}
73
0 commit comments