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

Commit 80d7b8c

Browse files
author
vikasrohit
authored
Pointing to V5 instead of V5.1 for skills api
1 parent cd83beb commit 80d7b8c

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)