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) {
12401240 const token = await getM2MUbahnToken ( )
12411241 try {
12421242 const res = await request
1243- . get ( `${ config . TC_BETA_API } /skills` )
1243+ . get ( `${ config . TC_API } /skills` )
12441244 . query ( {
12451245 taxonomyId : config . TOPCODER_TAXONOMY_ID ,
12461246 ...criteria
@@ -1292,7 +1292,7 @@ async function getAllTopcoderSkills (criteria) {
12921292async function getSkillById ( skillId ) {
12931293 const token = await getM2MUbahnToken ( )
12941294 const res = await request
1295- . get ( `${ config . TC_BETA_API } /skills/${ skillId } ` )
1295+ . get ( `${ config . TC_API } /skills/${ skillId } ` )
12961296 . set ( 'Authorization' , `Bearer ${ token } ` )
12971297 . set ( 'Content-Type' , 'application/json' )
12981298 . set ( 'Accept' , 'application/json' )
You can’t perform that action at this time.
0 commit comments