Add ability to create DMs

This commit is contained in:
Paul Makles
2020-01-26 15:06:31 +00:00
parent 20c82ddef3
commit 0e5211e705
3 changed files with 84 additions and 4 deletions

View File

@@ -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