Skip to content

Commit 0b51bbb

Browse files
committed
Update api-link-parser.js
1 parent e2f60fe commit 0b51bbb

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
@@ -24,7 +24,7 @@ function decodeLink(url) {
2424
if (isGithub) url = url.slice('https://github.com/'.length);
2525

2626

27-
let baseURL = 'https://dev.codeit.codes';
27+
let baseURL = 'https://codeit.codes';
2828
if (isDev) baseURL = 'https://dev.codeit.codes';
2929

3030

0 commit comments

Comments
 (0)