forked from jmug/stoatchat
6 lines
109 B
Rust
6 lines
109 B
Rust
use crate::Database;
|
|
use rocket::State;
|
|
|
|
pub use rocket_empty::EmptyResponse;
|
|
pub type Db = State<Database>;
|