Merge branch 'ccp-features' of https://code-repo.d4science.org/gCubeSystem/cdn-experiments into ccp-features

This commit is contained in:
dcore94 2023-06-21 15:39:07 +02:00
commit f57a1bd9f2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class CCPMethodEditorController extends HTMLElement{
this.#boot.secureFetch(url, args).then(
(resp)=>{
if(resp.status === 201 || resp.status === 204){
return resp.text()
return resp.json()
}else throw "Error saving process: " + resp.status
}).then(data=>{
if(!this.#isupdate){