new admin module handling the first of many new admin only routes

This commit is contained in:
shockrah
2020-08-28 18:34:20 -07:00
parent 5365e583e5
commit 7607d067a2
2 changed files with 47 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ mod channels;
mod members;
mod perms;
mod messages;
mod admin;
mod http_params;
mod db_types;