Add ability to create DMs
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
use rocket::Rocket;
|
||||
|
||||
mod account;
|
||||
mod user;
|
||||
pub mod account;
|
||||
pub mod user;
|
||||
pub mod channel;
|
||||
|
||||
pub fn mount(rocket: Rocket) -> Rocket {
|
||||
rocket
|
||||
|
||||
Reference in New Issue
Block a user