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