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 = ""