diff --git a/handlers/log.rs b/src/handlers/log.rs similarity index 100% rename from handlers/log.rs rename to src/handlers/log.rs diff --git a/handlers/mod.rs b/src/handlers/mod.rs similarity index 100% rename from handlers/mod.rs rename to src/handlers/mod.rs diff --git a/src/main.rs b/src/main.rs index b4ec913..ab16ccb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,6 +42,7 @@ use efected_coto_emmory::{ }, }; +use handlers::log; pub mod handlers; // notice this line /// Request identifier field.