Content pfp
Content
@
0 reply
0 recast
0 reaction

Leo Franklin John pfp
Leo Franklin John
@leofrank
@df Where do I find my untrusted and trusted data in frames.js , If I tend to use createFrames method ?
1 reply
0 recast
0 reaction

David Furlong pfp
David Furlong
@df
ctx.req has the original request if you want to handle things yourself like the req body. In next.js thats `await ctx.req.json()`
1 reply
0 recast
0 reaction

David Furlong pfp
David Furlong
@df
sorry thats const body = await ctx.request.json()
1 reply
0 recast
0 reaction