Fix comment formatting in send-email function

This commit is contained in:
Daniel LaForce 2025-04-09 17:52:46 -06:00
parent 4fcbc754ed
commit fe33eddeab
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
**
/**
* Cloudflare Pages Function - /api/send-email
*/
export async function onRequestPost(context) {
const { name, email, subject, message } = await context.request.json();