mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
8fe56852e0
- Moved request-id from shared to parent 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
61 B
JavaScript
3 lines
61 B
JavaScript
module.exports = {
|
|
requestId: require('./request-id')
|
|
};
|