Ghost/ghost/mw-cache-control/index.js
Daniel Lockyer 42e722d627
Moved Cache-Control middleware to separate package
refs https://github.com/TryGhost/Toolbox/issues/363

- this middleware is standalone and I suspect we're going to be touching
  it further when we work on Ghost's caching in the near future
2022-08-11 14:14:20 +02:00

2 lines
52 B
JavaScript

module.exports = require('./lib/mw-cache-control');