Skip to content

Commit 4f84c90

Browse files
author
Invers3
committed
Update hello.js
data testing
1 parent e3887a8 commit 4f84c90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netlify/functions/hello.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
const fs = require('fs');
2+
const path = require('path');
3+
14
exports.handler = async event => {
25
const subject = event.queryStringParameters.name || 'World'
36

0 commit comments

Comments
 (0)