ripple / validator-history-service

Service for ingesting, aggregating, storing, and disbursing XRP Ledger validation related data.
ISC License
14 stars 8 forks source link

fix: add CORS headers #13

Closed mvadari closed 2 years ago

mvadari commented 2 years ago

High Level Overview of Change

This PR adds CORS headers, so that we don't run into CORS-related issues with the VHS.

Context of Change

I was running into issues with CORS from the VHS.

Type of Change

Before / After

Test Plan

Not sure how to test this fix.