Add a HTTP test for recipe edit (WIP)

This commit is contained in:
Greg Burri 2025-05-14 00:30:40 +02:00
parent a4e321e66d
commit 9c368e82ab
4 changed files with 197 additions and 42 deletions

View file

@ -13,7 +13,6 @@ use crate::{
data::db,
html_templates::*,
log::Log,
ron_utils,
translation::Sentence,
};