aboutsummaryrefslogtreecommitdiff
path: root/src/controller/categories.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/categories.rs')
-rw-r--r--src/controller/categories.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/categories.rs b/src/controller/categories.rs
index 8772e38..bda2abc 100644
--- a/src/controller/categories.rs
+++ b/src/controller/categories.rs
@@ -1,6 +1,6 @@
use http_body_util::Full;
-use hyper::body::Bytes;
use hyper::Response;
+use hyper::body::Bytes;
use std::collections::HashMap;
use crate::controller::utils;