Skip to content

Commit 4db617d

Browse files
authored
Changed from HTTP to HTTPS endpoint url
1 parent a550ee9 commit 4db617d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

visual-recognition/v3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function VisualRecognitionV3(options) {
9999
util.inherits(VisualRecognitionV3, BaseServiceAlchemy);
100100
VisualRecognitionV3.prototype.name = 'visual_recognition';
101101
VisualRecognitionV3.prototype.version = 'v3';
102-
VisualRecognitionV3.URL = 'http://gateway-a.watsonplatform.net/visual-recognition/api';
102+
VisualRecognitionV3.URL = 'https://gateway-a.watsonplatform.net/visual-recognition/api';
103103
VisualRecognitionV3.prototype.serviceDefaults = {
104104
alchemy: true
105105
};

0 commit comments

Comments
 (0)