fix: Richtige Methode nutzen
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
static async 'update'(date, record) {
|
||||
console.debug(record);
|
||||
return MyFetch.post('/working-hours/' + date, JSON.stringify(record))
|
||||
return MyFetch.put('/working-hours/' + date, JSON.stringify(record))
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user