feat: initial commit

This commit is contained in:
Maulana Sodiqin
2025-03-20 22:41:20 +07:00
parent 955d384f96
commit a90e8662e1
13 changed files with 183 additions and 163 deletions
+2
View File
@@ -9,6 +9,8 @@ use utoipa_swagger_ui::SwaggerUi;
pub mod v1;
pub mod v2;
pub use v1::*;
pub async fn apps(surrealdb: SurrealClient, redisdb: RedisClient) -> Router {
let state = AppState { surrealdb, redisdb };
let env = Env::new();