Skip to content

Commit

Permalink
fix: fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 15, 2024
1 parent 4c2ee78 commit 2880fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/src/modules/web/web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ export class Web {
.get("/settings", () => index)
.get("/login", () => index)
.get("/signup", () => index)
.get("/verify-email", () => index)
.get("/reset-password/*", () => index)
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const prerender = "auto"

0 comments on commit 2880fee

Please sign in to comment.