We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97d047 + 47220a2 commit 900ee3aCopy full SHA for 900ee3a
netlify/functions/hello-world.js
@@ -1,4 +1,4 @@
1
-exports.handler = async function () {
+export const handler = async () => {
2
return {
3
statusCode: 200,
4
body: JSON.stringify({
0 commit comments