Replace PUT method by the more appropriate PATCH method.
authorGreg Burri <greg.burri@gmail.com>
Tue, 18 Mar 2025 19:02:30 +0000 (20:02 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 18 Mar 2025 19:02:30 +0000 (20:02 +0100)
commit9ed5a04e224394ba3f9b82abef0fbb8edfacddb8
treeb912f3cb66f58867db61405cfc0ecfa85681ed56
parent8dcaac35b7fb5bcd845b82be6d3d4bf186286a19
Replace PUT method by the more appropriate PATCH method.
.gitattributes [new file with mode: 0644]
backend/src/main.rs
frontend/src/recipe_edit.rs
frontend/src/request.rs