Skip to content

Commit 7a64da0

Browse files
committed
Rename header to X-Routing-Key
1 parent 7145be0 commit 7a64da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

koyeb/sandbox/executor_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
"Content-Type": "application/json",
5757
}
5858
if conn_info.routing_key:
59-
self.headers["X-Sandbox-Id"] = conn_info.routing_key
59+
self.headers["X-Routing-Key"] = conn_info.routing_key
6060
# Use session for connection pooling
6161
self._session = requests.Session()
6262
self._session.headers.update(self.headers)

0 commit comments

Comments
 (0)