feat: add cargo
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
use axum::Router;
|
||||
|
||||
pub mod auth;
|
||||
pub mod users;
|
||||
|
||||
pub use auth::*;
|
||||
pub use users::*;
|
||||
|
||||
pub async fn routes() -> Router {
|
||||
Router::new().nest("/auth", auth::auth_router())
|
||||
|
||||
Reference in New Issue
Block a user