cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Rename routes for clarity #116

Closed Carifio24 closed 3 months ago

Carifio24 commented 3 months ago

With how the Hubble story is now organized, /stage-3-data is a pretty bad route name since we're not longer using that data in stage 3. This PR updates those routes to the more descriptive /class-measurements (which is what gets returned).

However, to avoid breaking anything, I've kept the /stage-3-data routes as well - the two routes just use the same handlers.