diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-09 21:54:04 +0100 |
| commit | e0d7cd9bbf02e7d52aadfb8d56f774a8a4099adf (patch) | |
| tree | 35e842d6189ada933cf5fdc4a06cf0b8f4d3f03c /backend/src/routes | |
| parent | 5042dabb88006cd26b9a06fe4484c1db797ef414 (diff) | |
Improves backend schema
Diffstat (limited to 'backend/src/routes')
| -rw-r--r-- | backend/src/routes/account.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/src/routes/account.rs b/backend/src/routes/account.rs index e7f000c..418ec96 100644 --- a/backend/src/routes/account.rs +++ b/backend/src/routes/account.rs @@ -1,8 +1,6 @@ use diesel::prelude::*; use diesel::result::DatabaseErrorKind; -use rocket::error::ErrorKind; use rocket::serde::json::Json; -use rocket::tokio::sync::oneshot::error::RecvError; use rocket::{get, post, Responder}; use crate::databases::UserDataDb; |
