DEV Community

Discussion on: Create a simple Deno + MySQL API

Collapse
 
sutin1234 profile image
thinny • Edited

fixed body not found

const body = await request.body({ type: 'json'});
const userInfo: UserInterface = await body.value;

Collapse
 
karlodelarosa3 profile image
Karlo Dela Rosa

I will check this error. Thanks for noticing