X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fsrc%2Fmain.rs;h=299f5c55c36ac60b35416d327fe41b2d59e22175;hb=HEAD;hp=951fd782ce26bb9e0b9831a988eb74f7e7563f9f;hpb=adcf4a5a5d982489a7e91d4988401eb4512839a3;p=recipes.git diff --git a/backend/src/main.rs b/backend/src/main.rs index 951fd78..74e0383 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -14,7 +14,6 @@ mod email; mod hash; mod model; mod services; -mod user; mod utils; #[actix_web::main]