fix auto_host path builder
parent
03b2a74223
commit
95eda7e07b
|
|
@ -900,7 +900,7 @@ var buildMonitorURL = function(){
|
|||
host: host,
|
||||
protocol: protocol,
|
||||
port: port,
|
||||
path: encodeURIComponent(path),
|
||||
path: encodeURI(path),
|
||||
type: type,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue