Closed Carifio24 closed 2 years ago
This PR adds the /hubbles_law/measurement endpoint which allows us to remove a measurement from the database. This endpoint accepts a DELETE request that expects the following data:
/hubbles_law/measurement
student_id: number
galaxy_id: number
galaxy_name: string
This PR adds the
/hubbles_law/measurement
endpoint which allows us to remove a measurement from the database. This endpoint accepts a DELETE request that expects the following data:student_id: number
galaxy_id: number
galaxy_name: string