Skip to content

Commit 38d9420

Browse files
committed
fix: pass raw ipfs cid to livepeer api
1 parent ed0f0d0 commit 38d9420

File tree

1 file changed

+1
-1
lines changed
  • examples/api/src/app/api/livepeer-video

1 file changed

+1
-1
lines changed

examples/api/src/app/api/livepeer-video/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const GET = async (request: NextRequest) => {
6565
playbackPolicy: {
6666
type: "public",
6767
},
68-
url: gatewayUrl,
68+
url: url,
6969
}),
7070
}
7171
);

0 commit comments

Comments
 (0)