chore: debug
This commit is contained in:
parent
1a6d840a4a
commit
688e7de17c
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
export default async (context, request) => {
|
||||
console.log(context)
|
||||
console.log(request)
|
||||
const data = await request.formData()
|
||||
console.log(data)
|
||||
const payload = JSON.parse(data.get('payload'))
|
||||
console.log(payload)
|
||||
|
||||
return new Response(JSON.stringify({
|
||||
status: 'success',
|
||||
|
|
Reference in a new issue