File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1220,7 +1220,7 @@ async function getTopcoderSkills (criteria) {
1220
1220
const token = await getM2MUbahnToken ( )
1221
1221
try {
1222
1222
const res = await request
1223
- . get ( `${ config . TC_BETA_API } /skills` )
1223
+ . get ( `${ config . TC_API } /skills` )
1224
1224
. query ( {
1225
1225
taxonomyId : config . TOPCODER_TAXONOMY_ID ,
1226
1226
...criteria
@@ -1272,7 +1272,7 @@ async function getAllTopcoderSkills (criteria) {
1272
1272
async function getSkillById ( skillId ) {
1273
1273
const token = await getM2MUbahnToken ( )
1274
1274
const res = await request
1275
- . get ( `${ config . TC_BETA_API } /skills/${ skillId } ` )
1275
+ . get ( `${ config . TC_API } /skills/${ skillId } ` )
1276
1276
. set ( 'Authorization' , `Bearer ${ token } ` )
1277
1277
. set ( 'Content-Type' , 'application/json' )
1278
1278
. set ( 'Accept' , 'application/json' )
You can’t perform that action at this time.
0 commit comments