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

Commit 3a7d07c

Browse files
author
vikasrohit
authored
Merge pull request #11 from topcoder-platform/develop
Removing Beta API URL for Skills API
2 parents 7f0127c + 249ff9a commit 3a7d07c

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)