feat: ✨ role routing
This commit is contained in:
parent
00d6bd5b93
commit
d0187b1b42
7 changed files with 172 additions and 6 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue