We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4be52f commit 6f73459Copy full SHA for 6f73459
routes/infrastructure/construct.py
@@ -86,7 +86,7 @@ def __init__(
86
origin=origins.HttpOrigin(
87
urlparse(veda_route_settings.ingest_url).hostname,
88
origin_id="ingest-api",
89
- origin_path="/dev",
+ origin_path=f"/{stage}",
90
),
91
cache_policy=cf.CachePolicy.CACHING_DISABLED,
92
allowed_methods=cf.AllowedMethods.ALLOW_ALL,
0 commit comments