We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca976c commit 3906824Copy full SHA for 3906824
apps/backend/src/modules/web/web.tsx
@@ -26,6 +26,6 @@ export class Web {
26
})
27
.get("/verify-email", () => index)
28
.get("/reset-password/*", () => index)
29
- .get("/create-from-template/*", () => index)
+ .get("/create-from-share/*", () => index)
30
}
31
0 commit comments