it is working now

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-07-05 11:05:56 +02:00
committed by Julius Härtl
parent c6d16f4c16
commit 408ea69272
5 changed files with 9 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ export class StackApi {
}
updateStack(stack) {
return axios.put(this.url(`/stacks/${stack.id}`), { stack })
return axios.put(this.url(`/stacks/${stack.id}`), stack)
.then(
(response) => {
return Promise.resolve(response.data)