diff --git a/netlify/functions/hello.js b/netlify/functions/hello.js index 50a1c5f0..46d0b19a 100644 --- a/netlify/functions/hello.js +++ b/netlify/functions/hello.js @@ -23,7 +23,7 @@ export function handler(event, context, callback) { statusCode: 200, headers: { "Content-Type": "text/html" }, body: `Hello from a serverless - function, + function, ${name}!` });