Skip to content

Commit 9717c27

Browse files
committed
fix: change magiclinks to magic-link route
1 parent 1db9657 commit 9717c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/magicLink.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
MagicLinkVerifyResponseSchema,
2020
} from '../schemas/magiclink.responses.js';
2121

22-
const magicLinkRouter = createRouter('/magiclinks');
22+
const magicLinkRouter = createRouter('/magic-link');
2323

2424
magicLinkRouter.get(
2525
'',

0 commit comments

Comments
 (0)