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 1db9657 commit 9717c27Copy full SHA for 9717c27
1 file changed
src/routes/magicLink.routes.ts
@@ -19,7 +19,7 @@ import {
19
MagicLinkVerifyResponseSchema,
20
} from '../schemas/magiclink.responses.js';
21
22
-const magicLinkRouter = createRouter('/magiclinks');
+const magicLinkRouter = createRouter('/magic-link');
23
24
magicLinkRouter.get(
25
'',
0 commit comments