Skip to content

Commit 9daabdc

Browse files
fix/endpoint
1 parent 0301314 commit 9daabdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_env_id(slug, access_token, workspace_url):
150150
data=request_data
151151
)
152152
elif stk_yaml_type == 'infra':
153-
self_hosted_rollback_infra_url = f"{STACKSPOT_RUNTIME_MANAGER_URL}/run/self-hosted/rollback/infra"
153+
self_hosted_rollback_infra_url = f"{STACKSPOT_RUNTIME_MANAGER_URL}/v1/run/self-hosted/rollback/infra"
154154
rollback_request = requests.post(
155155
url=self_hosted_rollback_infra_url,
156156
headers=deploy_headers,

0 commit comments

Comments
 (0)