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