Add a better structure in the project

This commit is contained in:
2025-08-15 18:02:30 -04:00
parent 985443ca91
commit 611301dfda
10 changed files with 178 additions and 7 deletions

3
src/handlers/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
// src/handlers/mod.rs
pub mod health;