chore: debug
This commit is contained in:
parent
688e7de17c
commit
2e5dc6efb8
2 changed files with 1 additions and 14 deletions
14
api/debug.js
14
api/debug.js
|
@ -1,14 +0,0 @@
|
|||
export default async (context, request) => {
|
||||
console.log(context)
|
||||
console.log(request)
|
||||
|
||||
return new Response(JSON.stringify({
|
||||
status: 'success',
|
||||
}),
|
||||
{ headers: { "Content-Type": "application/json" } }
|
||||
)
|
||||
}
|
||||
|
||||
export const config = {
|
||||
path: '/api/debug',
|
||||
}
|
Reference in a new issue