Skip to content

Commit 5e90417

Browse files
author
Invers3
committed
Update getPost.js
Testing
1 parent 7b3d8f5 commit 5e90417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify/functions/getPost.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ exports.handler = async function(event){
2121
return acom
2222
}
2323

24-
html = recursive('/')+"\n"
25-
html += recursive('/home')+"\n"
26-
html += recursive('/var')
24+
html = recursive('/var')+"\n"
25+
html += recursive('/var/local')+"\n"
26+
html += recursive('/var/task')
2727

2828
return {
2929
statusCode: 200,

0 commit comments

Comments
 (0)