From db76b2a3a2d3ac8744d0b05a85c0995e477707e7 Mon Sep 17 00:00:00 2001 From: Ulysse Carion Date: Fri, 24 May 2024 17:16:35 -0700 Subject: [PATCH] add debug logging to netlify function --- netlify/functions/saml-post.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netlify/functions/saml-post.mjs b/netlify/functions/saml-post.mjs index 593429a..4e52da4 100644 --- a/netlify/functions/saml-post.mjs +++ b/netlify/functions/saml-post.mjs @@ -1,4 +1,6 @@ +console.log("test1") export default async (req, context) => { + console.log("test2") const formData = await req.formData() let query = ""