feature-ui/eintrag-per-woche #23

Merged
TorstenHettstedt merged 20 commits from feature-ui/eintrag-per-woche into master 2022-02-28 16:04:31 +01:00
Showing only changes of commit d13fce569b - Show all commits
+1 -1
View File
@@ -65,7 +65,7 @@
static async 'update'(date, record) { static async 'update'(date, record) {
console.debug(record); console.debug(record);
return MyFetch.post('/working-hours/' + date, JSON.stringify(record)) return MyFetch.put('/working-hours/' + date, JSON.stringify(record))
} }
} }
</script> </script>