feat: role routing

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-13 21:55:04 +03:00
parent 00d6bd5b93
commit d0187b1b42
7 changed files with 172 additions and 6 deletions

View file

@ -1,6 +1,8 @@
pub mod database;
pub mod error;
pub mod feature;
pub mod routing;
pub mod server;
pub mod utils;
use sqlx::{Pool, Postgres};