We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e53f81b + 8ebddec commit 675268bCopy full SHA for 675268b
ingest_api/infrastructure/config.py
@@ -114,6 +114,6 @@ def veda_stac_api_cf_url(self) -> str:
114
@property
115
def veda_raster_api_cf_url(self) -> str:
116
"""inferred cloudfront url of the raster api if app is configured with a custom host and root path"""
117
- if self.custom_host and self.stac_root_path:
+ if self.custom_host and self.raster_root_path:
118
return f"https://{self.custom_host}{self.raster_root_path}"
119
return self.raster_api_url
0 commit comments