mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-16 06:11:42 -06:00
refactor: reorganize backend modules and create lib.rs
This commit is contained in:
5
backend/src/lib.rs
Normal file
5
backend/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod config;
|
||||
pub mod handlers;
|
||||
pub mod models;
|
||||
pub mod railway;
|
||||
pub mod state;
|
||||
Reference in New Issue
Block a user