feature-ui/eintrag-per-woche #23
@@ -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