Skip to content

Commit c7372bc

Browse files
committed
chg: [sshd] make it compatible with analyzer-json by default
1 parent 4bc6a0b commit c7372bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logcompiler/sshd/load.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function imgLoad(image) {
55
return new Promise(function (resolve, reject) {
66
// Standard XHR to load an image
77
var request = new XMLHttpRequest();
8-
var url = 'http://127.0.0.1:4444/data/sshd/'+image+'.svg'
8+
var url = 'http://127.0.0.1:1323/data/sshd/'+image+'.svg'
99
request.open('GET', url);
1010
request.responseType = 'blob';
1111

@@ -52,4 +52,4 @@ function loadImage(date, type) {
5252
}, function (Error) {
5353
console.log(Error);
5454
});
55-
}
55+
}

0 commit comments

Comments
 (0)