Add edit message route.

This commit is contained in:
Paul Makles
2021-01-18 20:54:08 +00:00
parent ba08746e92
commit accd6d7789
9 changed files with 90 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
use crate::database::*;
use mongodb::bson::{doc, from_bson, from_document, Bson};
use mongodb::bson::{doc, from_document};
use rauth::auth::Session;
use rocket::http::Status;
use rocket::request::{self, FromRequest, Outcome, Request};