mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-21 11:42:19 +08:00
Merge branch 'master' into advisory-fix-1
This commit is contained in:
@@ -211,6 +211,10 @@ module.exports.statusPageSocketHandler = (socket) => {
|
||||
relationBean.send_url = monitor.sendUrl;
|
||||
}
|
||||
|
||||
if (monitor.url !== undefined) {
|
||||
relationBean.custom_url = monitor.url;
|
||||
}
|
||||
|
||||
await R.store(relationBean);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user