Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Created March 26, 2017 06:24
Show Gist options
  • Save anthony2025/96e9700aac598bbb59735504c82e4701 to your computer and use it in GitHub Desktop.
Save anthony2025/96e9700aac598bbb59735504c82e4701 to your computer and use it in GitHub Desktop.
// Disable caching so we'll always get the latest comments.
app.use(function(req, res, next) {
res.setHeader('Cache-Control', 'no-cache')
next()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment