Skip to content

Commit

Permalink
fix: static create-from-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 17, 2024
1 parent 43c1c79 commit 08687bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/modules/web/web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ export class Web {
.get("/signup", () => index)
.get("/verify-email", () => index)
.get("/reset-password/*", () => index)
.get("/create-from-template/*", () => index)
}
}

0 comments on commit 08687bd

Please sign in to comment.