Skip to content

Commit 900ee3a

Browse files
authored
Merge pull request #12 from brittneypostma/04-begin
esm conversion
2 parents e97d047 + 47220a2 commit 900ee3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/functions/hello-world.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exports.handler = async function () {
1+
export const handler = async () => {
22
return {
33
statusCode: 200,
44
body: JSON.stringify({

0 commit comments

Comments
 (0)