This PR adds a /hubbles_law/spectra/:type/:name endpoint that we can GET to retrieve the FITS data for the given spectrum. This endpoint just redirects to the appropriate object in our AWS S3 bucket, but this way, if we need to do any additional handling of parameters in the future, we can do it here.
This PR adds a
/hubbles_law/spectra/:type/:name
endpoint that we can GET to retrieve the FITS data for the given spectrum. This endpoint just redirects to the appropriate object in our AWS S3 bucket, but this way, if we need to do any additional handling of parameters in the future, we can do it here.