chore: debug

This commit is contained in:
Cory Dransfeldt 2024-04-02 12:23:17 -07:00
parent 688e7de17c
commit 2e5dc6efb8
No known key found for this signature in database
2 changed files with 1 additions and 14 deletions

View file

@ -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',
}