revert(cli): keep HeyGen API traffic on stable prod (#3202)

* Revert "fix(cli): route HeyGen API calls through canary (#3201)"

This reverts commit 5545521556.

* fix(cli): remove remaining EF canary routes
This commit is contained in:
Miguel Ángel
2026-08-10 21:41:21 -04:00
committed by GitHub
parent 5545521556
commit 08934bfd55
10 changed files with 23 additions and 76 deletions
@@ -35,7 +35,7 @@ describe("submitFeedback", () => {
"https://api.example.com/v1/hyperframes/feedback",
expect.objectContaining({
method: "POST",
headers: { "content-type": "application/json", heygen_route: "canary" },
headers: { "content-type": "application/json" },
body: JSON.stringify({
rating: 4,
rating_scale: 10,