Skip to content

Commit

Permalink
fix: pass raw ipfs cid to livepeer api
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancill committed Jan 17, 2024
1 parent ed0f0d0 commit 38d9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/api/src/app/api/livepeer-video/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const GET = async (request: NextRequest) => {
playbackPolicy: {
type: "public",
},
url: gatewayUrl,
url: url,
}),
}
);
Expand Down

0 comments on commit 38d9420

Please sign in to comment.