Fix comment formatting in send-email function
This commit is contained in:
parent
4fcbc754ed
commit
fe33eddeab
|
@ -1,6 +1,7 @@
|
|||
**
|
||||
/**
|
||||
* Cloudflare Pages Function - /api/send-email
|
||||
*/
|
||||
|
||||
export async function onRequestPost(context) {
|
||||
const { name, email, subject, message } = await context.request.json();
|
||||
|
||||
|
|
Loading…
Reference in New Issue