8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documenta 8000 tion.
There was an error while loading. Please reload this page.
1 parent 7456f72 commit 678ca1eCopy full SHA for 678ca1e
plugins/lintcode.js
@@ -83,6 +83,7 @@ function _strip(s) {
83
}
84
85
plugin.init = function() {
86
+ config.sys.urls.base = 'https://www.lintcode.com';
87
config.sys.urls.problems = 'https://www.lintcode.com/api/problems/?page=$page';
88
config.sys.urls.problem = 'https://www.lintcode.com/problem/$slug/description';
89
config.sys.urls.problem_detail = 'https://www.lintcode.com/api/problems/detail/?unique_name_or_alias=$slug&_format=detail';
0 commit comments