pub async fn get_profile(
__arg0: State<AppState>,
__arg1: Query<ProfileQuery>,
) -> Result<Json<ProfileResponse>, ApiError>Expand description
Get profile stats.
pub async fn get_profile(
__arg0: State<AppState>,
__arg1: Query<ProfileQuery>,
) -> Result<Json<ProfileResponse>, ApiError>Get profile stats.