feat: post routing

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-15 04:30:39 +03:00
parent e167b864ee
commit dc849dd970
15 changed files with 185 additions and 26 deletions

View file

@ -1,3 +1,4 @@
pub mod post;
pub mod role;
pub mod user;