feat: permission routing

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-16 02:37:37 +03:00
parent 04b39ba9c9
commit f1dce5a765
4 changed files with 152 additions and 24 deletions

View file

@ -1,6 +1,7 @@
pub mod comment;
pub mod comment_interaction;
pub mod interaction;
pub mod permission;
pub mod post;
pub mod post_interaction;
pub mod role;