pub async fn get_user(
    user_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<User>>
Expand description

GET /api/v0/main-frontend/users/:id