mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 08:48:45 +02:00
use string url in json, not url object
This commit is contained in:
parent
94f75b2fbc
commit
2c8cefc784
@ -107,7 +107,7 @@ class Monitor extends BeanModel {
|
||||
pathName,
|
||||
parent: this.parent,
|
||||
childrenIDs: await Monitor.getAllChildrenIDs(this.id),
|
||||
url: this.getUrl(),
|
||||
url: this.getUrl()?.href,
|
||||
method: this.method,
|
||||
hostname: this.hostname,
|
||||
port: this.port,
|
||||
|
Loading…
Reference in New Issue
Block a user