Adopt api-fix
This commit is contained in:
@@ -121,7 +121,11 @@
|
|||||||
|
|
||||||
this.beginLoading();
|
this.beginLoading();
|
||||||
|
|
||||||
return authenticatedClient.put('/api/teamer-data', data)
|
return axios({
|
||||||
|
url: '/api/teamer-data',
|
||||||
|
method: 'put',
|
||||||
|
data
|
||||||
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.alert({
|
this.alert({
|
||||||
message: 'Die Änderungen wurden gespeichert',
|
message: 'Die Änderungen wurden gespeichert',
|
||||||
|
|||||||
Reference in New Issue
Block a user