mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Merge remote-tracking branch 'origin/1.23.X'
This commit is contained in:
commit
820f2eec9f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class HomeAssistant extends NotificationProvider {
|
|||
|
||||
try {
|
||||
await axios.post(
|
||||
`${notification.homeAssistantUrl}/api/services/notify/${notificationService}`,
|
||||
`${notification.homeAssistantUrl.trim().replace(/\/*$/, "")}/api/services/notify/${notificationService}`,
|
||||
{
|
||||
title: "Uptime Kuma",
|
||||
message,
|
||||
|
|
Loading…
Reference in a new issue