We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df64fc7 commit fb7269eCopy full SHA for fb7269e
1 file changed
extensions/cli-ext-insight-journal/logger.js
@@ -46,7 +46,7 @@ export default new Command({
46
},
47
}));
48
return opts.http.
49
- post(`http://${log.fqdn}/log`, {
+ post(`https://${log.fqdn}/log`, {
50
body: inStream,
51
headers: { authorization: `Bearer ${token}` },
52
});
0 commit comments