mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 10:06:21 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user