diff --git a/src/endpoints/dice/dice_handler.rs b/src/handlers/dice/dice_handler.rs similarity index 100% rename from src/endpoints/dice/dice_handler.rs rename to src/handlers/dice/dice_handler.rs diff --git a/src/endpoints/dice/mod.rs b/src/handlers/dice/mod.rs similarity index 100% rename from src/endpoints/dice/mod.rs rename to src/handlers/dice/mod.rs diff --git a/src/endpoints/mod.rs b/src/handlers/mod.rs similarity index 100% rename from src/endpoints/mod.rs rename to src/handlers/mod.rs