Browse Source

whoops forgot the optimization part

master
Levi Olson 3 years ago
parent
commit
d2f185f169
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app.js

+ 1
- 0
app.js View File

@ -50,6 +50,7 @@ app.get('/posts', (req, res) => {
if (keyA > keyB) return -1
return 0
})
posts = data.posts
}
res.render('pages/posts', data)
})

Loading…
Cancel
Save