fix: [updater] "restart" action to apply updates

This commit is contained in:
Alexandr Stelnykovych
2025-04-14 17:44:12 +03:00
parent f0c71c97d1
commit 8337eef359

View File

@@ -405,7 +405,7 @@ func (u *Updater) updateAndUpgrade(w *mgr.WorkerCtx, indexURLs []string, ignoreV
Type: notifications.ActionTypeWebhook,
Payload: notifications.ActionTypeWebhookPayload{
Method: "POST",
URL: "updates/apply",
URL: "core/restart",
},
},
},