NASA-IMPACT / dashboard-api-starter

API for the Earthdata Dashboard
MIT License
1 stars 2 forks source link

fix: default server URLs to empty string if None #15

Closed philvarner closed 3 years ago

philvarner commented 3 years ago

For whatever reason, the empty string value defined in the yaml config is getting converted to a value of None for the key, so we explicitly set it to the empty string when that's the case.