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) {
12201220 const token = await getM2MUbahnToken ( )
12211221 try {
12221222 const res = await request
1223- . get ( `${ config . TC_BETA_API } /skills` )
1223+ . get ( `${ config . TC_API } /skills` )
12241224 . query ( {
12251225 taxonomyId : config . TOPCODER_TAXONOMY_ID ,
12261226 ...criteria
@@ -1272,7 +1272,7 @@ async function getAllTopcoderSkills (criteria) {
12721272async function getSkillById ( skillId ) {
12731273 const token = await getM2MUbahnToken ( )
12741274 const res = await request
1275- . get ( `${ config . TC_BETA_API } /skills/${ skillId } ` )
1275+ . get ( `${ config . TC_API } /skills/${ skillId } ` )
12761276 . set ( 'Authorization' , `Bearer ${ token } ` )
12771277 . set ( 'Content-Type' , 'application/json' )
12781278 . set ( 'Accept' , 'application/json' )
You can’t perform that action at this time.
0 commit comments