use string url in json, not url object

pull/4871/head
Brodie Davis 5 months ago
parent 94f75b2fbc
commit 2c8cefc784

@ -107,7 +107,7 @@ class Monitor extends BeanModel {
pathName, pathName,
parent: this.parent, parent: this.parent,
childrenIDs: await Monitor.getAllChildrenIDs(this.id), childrenIDs: await Monitor.getAllChildrenIDs(this.id),
url: this.getUrl(), url: this.getUrl()?.href,
method: this.method, method: this.method,
hostname: this.hostname, hostname: this.hostname,
port: this.port, port: this.port,

Loading…
Cancel
Save