feat: implement session-based authentication and core API handlers for user management
This commit is contained in:
8
backend/src/handlers/mod.rs
Normal file
8
backend/src/handlers/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
//! API Handlers module.
|
||||
|
||||
pub mod auth;
|
||||
pub mod biomarkers;
|
||||
pub mod categories;
|
||||
pub mod diets;
|
||||
pub mod entries;
|
||||
pub mod users;
|
||||
Reference in New Issue
Block a user