feat: implement surrealdb and redis
This commit is contained in:
+5
-1
@@ -1,3 +1,7 @@
|
||||
use axum::Router;
|
||||
|
||||
pub mod auth;
|
||||
|
||||
pub use auth::*;
|
||||
pub async fn routes() -> Router {
|
||||
Router::new().nest("/auth", auth::auth_router())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user