Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Respond to hub API changes for yaml download (#1329)
Updates UI interpretation of hub api routes for downloading reports. For the /applications/:id/analysis endpoint, the API should accept requests with the content type application/x-yaml by setting the accept header to that value in the request. For the /applications/:id/analysis/report endpoint, there is no specific accept header requirement. We can make requests to this endpoint without needing to specify a particular accept header.
- Loading branch information