Initial Commit
This commit is contained in:
1
server/src/app_state.rs
Normal file
1
server/src/app_state.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub static APP_STATE: LazyLock<Arc<AppState>> = LazyLock::new(|| Arc::new(AppState::new()));
|
||||
Reference in New Issue
Block a user