summaryrefslogtreecommitdiffstats
path: root/src/routes/warning.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/warning.rs')
-rw-r--r--src/routes/warning.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/warning.rs b/src/routes/warning.rs
index 87ca514..1870843 100644
--- a/src/routes/warning.rs
+++ b/src/routes/warning.rs
@@ -6,7 +6,7 @@ use crate::{
user::User,
warning::{Warning, WarningCreate},
},
- pagination::Pagination,
+ pagination::{Pagination, WarningPagination},
routes::JsonCreate,
};
use axum::{extract::Query, routing::get, Json, Router};