We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e24c8 commit ef58f55Copy full SHA for ef58f55
server/src/web/routes/user.rs
@@ -1,5 +1,4 @@
1
use crate::web::ctx::Ctx;
2
-use axum::extract::FromRef;
3
use axum::{extract::State, Json};
4
use serde::Deserialize;
5
use serde_json::{json, Value};
0 commit comments