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

Commit 827d34f

Browse files
author
Stefan Selent
committed
Fix endpoint URL for train client
1 parent 6005015 commit 827d34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
DIALOG_ENDPOINT: 'https://api.cai.tool.sap/build/v1',
55
CONVERSATION_ENDPOINT: 'https://api.cai.tool.sap/connect/v1/messages',
66
MESSAGE_ENDPOINT: 'https://api.cai.tool.sap/connect/v1/conversations/:conversation_id/messages',
7-
TRAIN_ENDPOINT: 'https://api.cai.tool.sap/v2',
7+
TRAIN_ENDPOINT: 'https://api.cai.tool.sap/train/v2',
88

99
ACT_ASSERT: 'assert',
1010
ACT_COMMAND: 'command',

0 commit comments

Comments
 (0)