Function rmoods_backend::api::debug::user_info

source ยท
pub async fn user_info(
    __arg0: State<AppState>,
    __arg1: Query<HashMap<String, String>>,
) -> Result<Json<KindContainer>, AppError>