Skip to content

Commit 3906824

Browse files
committed
fix: fix create from share
1 parent 9ca976c commit 3906824

File tree

1 file changed

+1
-1
lines changed
  • apps/backend/src/modules/web

1 file changed

+1
-1
lines changed

apps/backend/src/modules/web/web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ export class Web {
2626
})
2727
.get("/verify-email", () => index)
2828
.get("/reset-password/*", () => index)
29-
.get("/create-from-template/*", () => index)
29+
.get("/create-from-share/*", () => index)
3030
}
3131
}

0 commit comments

Comments
 (0)