mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
send url always because it's used in showLink
This commit is contained in:
parent
d3c3808dae
commit
061b549d16
1 changed files with 1 additions and 4 deletions
|
@ -49,13 +49,10 @@ class Monitor extends BeanModel {
|
|||
id: this.id,
|
||||
name: this.name,
|
||||
sendUrl: !!this.sendUrl,
|
||||
url: this.url,
|
||||
type: this.type,
|
||||
};
|
||||
|
||||
if (this.sendUrl) {
|
||||
obj.url = this.url;
|
||||
}
|
||||
|
||||
if (showTags) {
|
||||
obj.tags = await this.getTags();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue