Initial commit: VRBattles API
This commit is contained in:
8
src/services/mod.rs
Normal file
8
src/services/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// Services module - business logic layer
|
||||
// These will be implemented as we build out each feature phase
|
||||
|
||||
pub mod email;
|
||||
pub mod rating;
|
||||
pub mod storage;
|
||||
|
||||
// Re-exports will be added as services are implemented
|
||||
Reference in New Issue
Block a user