@@ -62,7 +62,7 @@ describe('MagicLinkEmailStrategy', () => {
62
62
const email = '[email protected] ' ;
63
63
64
64
const magicLink =
65
- 'http://localhost/api/ v1/auth/magic-link/callback?token=test_token' ;
65
+ 'http://localhost/v1/auth/magic-link/callback?token=test_token' ;
66
66
67
67
const user = { username : 'testuser' , email } ;
68
68
@@ -80,7 +80,7 @@ describe('MagicLinkEmailStrategy', () => {
80
80
to : email ,
81
81
context : {
82
82
magicLink :
83
- 'http://localhost/api/ v1/auth/magic-link/callback?token=test_token' ,
83
+ 'http://localhost/v1/auth/magic-link/callback?token=test_token' ,
84
84
username : 'testuser' ,
85
85
} ,
86
86
subject : 'Noteblock Magic Link' ,
@@ -92,7 +92,7 @@ describe('MagicLinkEmailStrategy', () => {
92
92
const email = '[email protected] ' ;
93
93
94
94
const magicLink =
95
- 'http://localhost/api/ v1/auth/magic-link/callback?token=test_token' ;
95
+ 'http://localhost/v1/auth/magic-link/callback?token=test_token' ;
96
96
97
97
const user = { username : 'testuser' , email } ;
98
98
@@ -111,7 +111,7 @@ describe('MagicLinkEmailStrategy', () => {
111
111
to : email ,
112
112
context : {
113
113
magicLink :
114
- 'http://localhost/api/ v1/auth/magic-link/callback?token=test_token' ,
114
+ 'http://localhost/v1/auth/magic-link/callback?token=test_token' ,
115
115
username : 'testuser' ,
116
116
} ,
117
117
subject : 'Welcome to Noteblock.world' ,
0 commit comments