Shopping list (WIP)

This commit is contained in:
Greg Burri 2025-02-11 19:39:13 +01:00
parent ce3821b94e
commit 084be9fb00
16 changed files with 296 additions and 90 deletions

View file

@ -190,6 +190,10 @@ async fn main() {
"/calendar/remove_scheduled_recipe",
delete(services::ron::rm_scheduled_recipe),
)
.route(
"/shopping_list/get_list",
get(services::ron::get_shopping_list),
)
.fallback(services::ron::not_found);
let fragments_routes = Router::new().route(