From 7c0d1a376c42c9e951295cb6c9df50df562ed6dd Mon Sep 17 00:00:00 2001 From: doryan Date: Tue, 8 Oct 2024 23:38:07 +0400 Subject: [PATCH] feat(dir name): rename dir (endpoints -> handlers) --- src/{endpoints => handlers}/dice/dice_handler.rs | 0 src/{endpoints => handlers}/dice/mod.rs | 0 src/{endpoints => handlers}/mod.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{endpoints => handlers}/dice/dice_handler.rs (100%) rename src/{endpoints => handlers}/dice/mod.rs (100%) rename src/{endpoints => handlers}/mod.rs (100%) 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