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 c5f6b89 commit bc5c127Copy full SHA for bc5c127
lib/config.js
@@ -61,7 +61,7 @@ const DEFAULT_CONFIG = {
61
verify: 'https://leetcode.com/submissions/detail/$id/check/',
62
favorites: 'https://leetcode.com/list/api/questions',
63
favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id',
64
- plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/$name.js'
+ plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli-plugins/master/plugins/$name.js'
65
},
66
67
0 commit comments