Service for editing/creating recipe

Other stuff...
This commit is contained in:
Greg Burri 2022-12-15 01:13:57 +01:00
parent adcf4a5a5d
commit cc2e5b6893
15 changed files with 323 additions and 146 deletions

View file

@ -14,7 +14,6 @@ mod email;
mod hash;
mod model;
mod services;
mod user;
mod utils;
#[actix_web::main]