We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a550ee9 + 4db617d commit eaf2702Copy full SHA for eaf2702
1 file changed
visual-recognition/v3.js
@@ -99,7 +99,7 @@ function VisualRecognitionV3(options) {
99
util.inherits(VisualRecognitionV3, BaseServiceAlchemy);
100
VisualRecognitionV3.prototype.name = 'visual_recognition';
101
VisualRecognitionV3.prototype.version = 'v3';
102
-VisualRecognitionV3.URL = 'http://gateway-a.watsonplatform.net/visual-recognition/api';
+VisualRecognitionV3.URL = 'https://gateway-a.watsonplatform.net/visual-recognition/api';
103
VisualRecognitionV3.prototype.serviceDefaults = {
104
alchemy: true
105
};
0 commit comments