Skip to content

Commit

Permalink
fix: correctly mark middleware: false for scanned routes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 25, 2023
1 parent 175f6ae commit 2a65c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function scanServerRoutes(
return {
handler: file.fullPath,
lazy: true,
middlweware: false,
middleware: false,
route,
method,
};
Expand Down

0 comments on commit 2a65c63

Please sign in to comment.