Skip to content

Commit

Permalink
update functions path
Browse files Browse the repository at this point in the history
  • Loading branch information
philhawksworth committed Aug 15, 2023
1 parent 2300467 commit 3da71dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/hello.js
Expand Up @@ -23,7 +23,7 @@ export function handler(event, context, callback) {
statusCode: 200,
headers: { "Content-Type": "text/html" },
body: `<html>Hello from a serverless
<a href="https://github.com/philhawksworth/hawksworx.com/blob/master/src/lambda/hello.js">function</a>,
<a href="https://github.com/philhawksworth/hawksworx.com/blob/master/netlify/functions/hello.js">function</a>,
<em>${name}!</em></html>`
});

Expand Down

0 comments on commit 3da71dc

Please sign in to comment.