Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 249ff9a

Browse files
author
vikasrohit
authored
Merge pull request #10 from topcoder-platform/feature/removing-beta-api-url
Pointing to V5 instead of V5.1 for skills api
2 parents cd83beb + 80d7b8c commit 249ff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const getM2MUbahnToken = async () => {
4949
*/
5050
async function getV5SkillResource (path, params) {
5151
const token = await getM2MUbahnToken()
52-
const res = await axios.get(`${config.TC_BETA_API_URL}/${path}`, {
52+
const res = await axios.get(`${config.UBAHN_API_URL}/${path}`, {
5353
params,
5454
headers: { Authorization: `Bearer ${token}` }
5555
})

0 commit comments

Comments
 (0)