Function rmoods_backend::api::debug::subreddit_info

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