This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-16 09:24:00 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
da031a4ce2
lemmy
/
crates
/
api_crud
/
src
/
community
/
mod.rs
6 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Rewrite some API handlers to remove Perform trait (#3735) * Rewrite some API handlers to remove Perform trait * Convert CreateComment * ci
2023-07-28 14:39:38 +00:00
pub
mod
create
;
pub
mod
delete
;
pub
mod
list
;
pub
mod
remove
;
pub
mod
update
;
Reference in a new issue
Copy permalink