diff --git a/src/endpoints/dice/dice.rs b/src/endpoints/dice/dice_handler.rs similarity index 100% rename from src/endpoints/dice/dice.rs rename to src/endpoints/dice/dice_handler.rs diff --git a/src/endpoints/dice/mod.rs b/src/endpoints/dice/mod.rs index 99ad3e8..df63795 100644 --- a/src/endpoints/dice/mod.rs +++ b/src/endpoints/dice/mod.rs @@ -1 +1 @@ -pub mod dice; +pub mod dice_handler;