Add users authentication routes

This commit is contained in:
2025-11-03 22:17:29 +01:00
parent 830f47b61f
commit bc815a5cf1
21 changed files with 1417 additions and 451 deletions

View File

@@ -1,2 +1,6 @@
pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod extractors;
pub mod users;
pub mod utils;