add debug logging to netlify function
This commit is contained in:
parent
4b670ba2e9
commit
db76b2a3a2
@ -1,4 +1,6 @@
|
||||
console.log("test1")
|
||||
export default async (req, context) => {
|
||||
console.log("test2")
|
||||
const formData = await req.formData()
|
||||
|
||||
let query = ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user