Merge branch 'master' into advisory-fix-1

This commit is contained in:
Louis Lam
2025-06-02 17:48:11 +08:00
65 changed files with 2612 additions and 1157 deletions

View File

@@ -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);
}