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

@@ -1,4 +1,4 @@
use crate::auth::User;
use crate::guards::auth::User;
use crate::database;
use crate::routes::channel;