Skip to content

Instantly share code, notes, and snippets.

@jkyberneees
Created December 2, 2019 10:54
Show Gist options
  • Save jkyberneees/92779b21f48694644482f3263566a198 to your computer and use it in GitHub Desktop.
Save jkyberneees/92779b21f48694644482f3263566a198 to your computer and use it in GitHub Desktop.
service.put('/tasks/:id', (req, res) => {
// …
res.setHeader('x-cache-expire', '*/tasks*')
// …
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment