feat: routing_permission routing

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-24 14:41:53 +03:00
parent 511e05bd54
commit 498742deb2
8 changed files with 322 additions and 0 deletions

View file

@ -8,5 +8,6 @@ pub mod post_interaction;
pub mod role;
pub mod role_permission;
pub mod routing;
pub mod routing_permission;
pub mod user;
pub mod user_contact;