Feature: Pflege-Routinen (Zecken-/Flohschutz, Krallen, Fellpflege) — neuer Pflege-Tab mit Erledigt+Auto-Wiedervorlage, Push-Erinnerungen, intervall_tage-Fix im INSERT, SW v1132
This commit is contained in:
parent
8c2bc0c445
commit
a356626d39
9 changed files with 187 additions and 26 deletions
|
|
@ -204,6 +204,7 @@ const API = (() => {
|
|||
},
|
||||
create(dogId, data) { return post(`/dogs/${dogId}/health`, data); },
|
||||
update(dogId, id, d) { return patch(`/dogs/${dogId}/health/${id}`, d); },
|
||||
complete(dogId, id) { return post(`/dogs/${dogId}/health/${id}/erledigt`); },
|
||||
delete(dogId, id) { return del(`/dogs/${dogId}/health/${id}`); },
|
||||
uploadDokument(dogId, id, formData) {
|
||||
return upload(`/dogs/${dogId}/health/${id}/dokument`, formData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue