We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0f0d0 commit 38d9420Copy full SHA for 38d9420
examples/api/src/app/api/livepeer-video/route.ts
@@ -65,7 +65,7 @@ export const GET = async (request: NextRequest) => {
65
playbackPolicy: {
66
type: "public",
67
},
68
- url: gatewayUrl,
+ url: url,
69
}),
70
}
71
);
0 commit comments