Skip to content

Commit 69ce4b9

Browse files
author
Invers3
committed
Update getPost.js
testing
1 parent f66af82 commit 69ce4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify/functions/getPost.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ exports.handler = async function(event){
2020
return html
2121
}
2222

23-
html = recursive('/')
24-
html += recursive('/home')
23+
html = recursive('/')+"<br>"
24+
html += recursive('/home')+"<br>"
2525
html += recursive('/var')
2626

2727
return {

0 commit comments

Comments
 (0)