feat: implement admin api v1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use crate::service::AdminService;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct AppState {
|
||||
pub service: AdminService,
|
||||
}
|
||||
Reference in New Issue
Block a user