Skip to content

Commit 6f73459

Browse files
committed
account for custom staged url of veda-stac-ingestor
1 parent c4be52f commit 6f73459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/infrastructure/construct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
origin=origins.HttpOrigin(
8787
urlparse(veda_route_settings.ingest_url).hostname,
8888
origin_id="ingest-api",
89-
origin_path="/dev",
89+
origin_path=f"/{stage}",
9090
),
9191
cache_policy=cf.CachePolicy.CACHING_DISABLED,
9292
allowed_methods=cf.AllowedMethods.ALLOW_ALL,

0 commit comments

Comments
 (0)