Skip to content

Commit f66af82

Browse files
author
Invers3
committed
Update getPost.js
Testing
1 parent c2a21dc commit f66af82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify/functions/getPost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports.handler = async function(event){
2121
}
2222

2323
html = recursive('/')
24-
html += recursive('/root')
24+
html += recursive('/home')
2525
html += recursive('/var')
2626

2727
return {

0 commit comments

Comments
 (0)