From 4b3ad53512a0d150f228c57dfee02009de53bbdc Mon Sep 17 00:00:00 2001 From: Brodie Davis Date: Thu, 27 Jun 2024 14:03:34 -0400 Subject: [PATCH] revert using url getter in monitor json --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index 94368b265..b3ed31d6c 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -107,7 +107,7 @@ class Monitor extends BeanModel { pathName, parent: this.parent, childrenIDs: await Monitor.getAllChildrenIDs(this.id), - url: this.getUrl()?.href, + url: this.url, method: this.method, hostname: this.hostname, port: this.port,