summaryrefslogtreecommitdiff
path: root/backend/src/routes
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-09-09 21:54:04 +0100
committerJoe Carstairs <me@joeac.net>2024-09-09 21:54:04 +0100
commite0d7cd9bbf02e7d52aadfb8d56f774a8a4099adf (patch)
tree35e842d6189ada933cf5fdc4a06cf0b8f4d3f03c /backend/src/routes
parent5042dabb88006cd26b9a06fe4484c1db797ef414 (diff)
Improves backend schema
Diffstat (limited to 'backend/src/routes')
-rw-r--r--backend/src/routes/account.rs2
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;