Skip to main content

account_manage_view

Function account_manage_view 

Source
pub async fn account_manage_view(
    __arg0: Query<AccountManageViewQuery>,
    __arg1: State<Arc<AppState>>,
    __arg2: Extension<JWTAuthMiddleware>,
) -> Result<impl IntoResponse, (StatusCode, String)>