mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
e53baac13d
- Moved log-request 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
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
module.exports = {
|
|
logRequest: require('./log-request'),
|
|
requestId: require('./request-id')
|
|
};
|