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 @@ -1240,7 +1240,7 @@ async function getTopcoderSkills (criteria) {
1240
1240
const token = await getM2MUbahnToken ( )
1241
1241
try {
1242
1242
const res = await request
1243
- . get ( `${ config . TC_BETA_API } /skills` )
1243
+ . get ( `${ config . TC_API } /skills` )
1244
1244
. query ( {
1245
1245
taxonomyId : config . TOPCODER_TAXONOMY_ID ,
1246
1246
...criteria
@@ -1292,7 +1292,7 @@ async function getAllTopcoderSkills (criteria) {
1292
1292
async function getSkillById ( skillId ) {
1293
1293
const token = await getM2MUbahnToken ( )
1294
1294
const res = await request
1295
- . get ( `${ config . TC_BETA_API } /skills/${ skillId } ` )
1295
+ . get ( `${ config . TC_API } /skills/${ skillId } ` )
1296
1296
. set ( 'Authorization' , `Bearer ${ token } ` )
1297
1297
. set ( 'Content-Type' , 'application/json' )
1298
1298
. set ( 'Accept' , 'application/json' )
You can’t perform that action at this time.
0 commit comments