pub fn update_point(
connection: &mut PgConnection,
key: &str,
model: UpdatePointModel,
) -> Result<GetPointModel, String>pub fn update_point(
connection: &mut PgConnection,
key: &str,
model: UpdatePointModel,
) -> Result<GetPointModel, String>