mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
- Moved admin-redirects from shared to site as it is not shared - This file is only used in one place, this updates the code structure to reflect this - This is one of many similar changes needed to make it easier to refactor to the existing setup
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
module.exports = {
|
|
adminRedirects: require('./admin-redirects')
|
|
};
|