X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Fsrc%2Fmain.rs;fp=backend%2Fsrc%2Fmain.rs;h=74e03833977cb1d4574171869e463b230746aec2;hp=951fd782ce26bb9e0b9831a988eb74f7e7563f9f;hb=cc2e5b6893b582b4b5c4e7a93e914a189f6a959b;hpb=adcf4a5a5d982489a7e91d4988401eb4512839a3 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]