Add extra guards, begin working on channels.

This commit is contained in:
Paul Makles
2020-01-26 15:20:32 +00:00
parent 0e5211e705
commit 955e482dae
8 changed files with 118 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
#[macro_use] extern crate rocket_contrib;
pub mod database;
pub mod guards;
pub mod routes;
pub mod email;
pub mod auth;
use dotenv;