wmo-im / wis2-subscription-manager

An Electron application for browsing a WIS2 Global Discovery Catalogue, configuring WIS2 subscriptions, and viewing download metrics.
Apache License 2.0
2 stars 1 forks source link

fix: GDC API endpoints and error handling #51

Closed RoryPTB closed 4 months ago

RoryPTB commented 4 months ago

This branch was intended to solve the issue of the China GDC returning an error when fetched. However, it turns out that this GDC does not have CORS enabled so is out of our control.

Minor Changes