Ghost/ghost/express-dynamic-redirects/index.js
Fabien 'egg' O'Carroll 8c92f5744c Added express-dynamic-redirects module (#337)
refs https://github.com/TryGhost/Team/issues/1091

The Offers feature needs to be able to add and remove redirects to Ghost
- which is very similar to the custom redirects functionality. Here we've
pulled out the core of the dynamic redirect part of custom redirects so
that it can be used by both features and have code shared between them.
2021-09-29 12:01:40 +02:00

2 lines
58 B
JavaScript

module.exports = require('./lib/DynamicRedirectManager');