Commit 918b792 1 parent c65e766 commit 918b792 Copy full SHA for 918b792
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ export const deleteRedirect = async (redirectId: string) => {
32
32
} ;
33
33
34
34
export const getRedirectQrCodeUrl = ( redirectId : string ) => {
35
- return `${ baseUrl } api/v1/redirects/${ redirectId } /qr` ;
35
+ return `${ baseUrl } / api/v1/redirects/${ redirectId } /qr` ;
36
36
} ;
37
37
38
38
export const getRedirectQrCodeDataUrl = ( redirectId : string ) => {
39
- return `${ baseUrl } l/${ redirectId } ?utm_medium=novu_link_qr_code` ;
39
+ return `${ baseUrl } / l/${ redirectId } ?utm_medium=novu_link_qr_code` ;
40
40
} ;
41
41
42
42
export const getRedirectUrl = ( redirectId : string ) => {
43
- return `${ baseUrl } l/${ redirectId } ` ;
43
+ return `${ baseUrl } / l/${ redirectId } ` ;
44
44
} ;
45
45
46
46
export const addRedirectEndpoint = async (
You can’t perform that action at this time.
0 commit comments