Added groups + ran rust fmt / clippy.

This commit is contained in:
Paul Makles
2020-04-09 15:41:26 +01:00
parent 82f6e6215f
commit e6ed46af82
11 changed files with 192 additions and 90 deletions

View File

@@ -87,6 +87,7 @@ pub fn mount(rocket: Rocket) -> Rocket {
.mount(
"/api/channels",
routes![
channel::create_group,
channel::channel,
channel::delete,
channel::messages,