We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909721e commit f1f7a29Copy full SHA for f1f7a29
lib/config.js
@@ -44,7 +44,7 @@ const DEFAULT_CONFIG = {
44
verify: 'https://leetcode.com/submissions/detail/$id/check/',
45
favorites: 'https://leetcode.com/list/api/questions',
46
favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id',
47
- plugin: 'https://github.com/skygragon/leetcode-cli-plugins/raw/master/plugins/$name.js'
+ plugin: 'https://github.com/mdasif/leetcode-cli-plugins/raw/master/plugins/$name.js'
48
}
49
},
50
0 commit comments