diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 5feb229..b0217c6 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -395,7 +395,7 @@ class CCPExecutionHistory extends HTMLElement { } toArchiveFolder(id){ - this.#boot.secureFetch(`${this.#serviceurl}/executions/${id}/archive-folder`, { method: "POST" }) + this.#boot.secureFetch(`${this.#serviceurl}/executions/${id}/archive-to-folder`, { method: "POST" }) .then(reply =>{ if (!reply.ok) { throw "Unable to archive"