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.
1 parent c2a21dc commit f66af82Copy full SHA for f66af82
netlify/functions/getPost.js
@@ -21,7 +21,7 @@ exports.handler = async function(event){
21
}
22
23
html = recursive('/')
24
- html += recursive('/root')
+ html += recursive('/home')
25
html += recursive('/var')
26
27
return {
0 commit comments