From 8337eef35913abfae5ecda779d39ea5c23e41395 Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Mon, 14 Apr 2025 17:44:12 +0300 Subject: [PATCH] fix: [updater] "restart" action to apply updates --- service/updates/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/updates/module.go b/service/updates/module.go index 024496c8..b5f9b145 100644 --- a/service/updates/module.go +++ b/service/updates/module.go @@ -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", }, }, },