Function rmoods_backend::api::debug::post_comments

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