lemmy/crates/api_crud/src/post/mod.rs
Nutomic 37998b3398
Rewrite some API handlers to remove Perform trait (#3735)
* Rewrite some API handlers to remove Perform trait

* Convert CreateComment

* ci
2023-07-28 10:39:38 -04:00

6 lines
78 B
Rust

pub mod create;
pub mod delete;
pub mod read;
pub mod remove;
pub mod update;