Skip to content

Commit fab9c78

Browse files
committed
better guess at url
1 parent b092762 commit fab9c78

File tree

1 file changed

+1
-1
lines changed
  • services/conversation

1 file changed

+1
-1
lines changed

services/conversation/v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Conversation(options) {
3434

3535
// Default URL
3636
var serviceDefaults = {
37-
url: 'https://gateway.watsonplatform.net/conversation-v1/api',
37+
url: 'https://gateway.watsonplatform.net/conversation/api',
3838
qs: {
3939
version: options.version_date
4040
}

0 commit comments

Comments
 (0)