Skip to content

Commit 8856536

Browse files
committed
update vbot api url
1 parent 31143a0 commit 8856536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class VBot extends EventEmitter {
104104
return new Promise ((resolve, reject) => {
105105
axios({
106106
method: 'get',
107-
url: `http://dev.vbot.io:5000/scenario/${scenarioId}/playbook`,
107+
url: `https://api.vbot.io/scenario/${scenarioId}/playbook`,
108108
headers: {'x-clientKey': clientKey}
109109
}).then((res) => {
110110
return resolve(res.data)

0 commit comments

Comments
 (0)