Skip to content

Commit fe20a22

Browse files
committed
Update api-link-parser.js
1 parent 5b0596b commit fe20a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-link-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function decodeLink(url) {
117117
// if redirect exists
118118
if (linkData.redirect) {
119119

120-
resp += '/api/redirect?to=' + linkData.redirect;
120+
resp += '/redirect?to=' + linkData.redirect;
121121

122122
} else {
123123

0 commit comments

Comments
 (0)