mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
revert using url getter in monitor json
This commit is contained in:
parent
a19f417896
commit
4b3ad53512
@ -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()?.href,
|
url: this.url,
|
||||||
method: this.method,
|
method: this.method,
|
||||||
hostname: this.hostname,
|
hostname: this.hostname,
|
||||||
port: this.port,
|
port: this.port,
|
||||||
|
Loading…
Reference in New Issue
Block a user