This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-23 10:53:34 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
e53baac13d
Ghost
/
core
/
server
/
web
/
parent
/
middleware
/
index.js
5 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Moved request-id mw into parent app - 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
2020-04-21 20:25:53 +03:00
module
.
exports
=
{
Moved log-request mw into parent app - 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
2020-04-21 20:28:33 +03:00
logRequest
:
require
(
'./log-request'
)
,
Moved request-id mw into parent app - 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
2020-04-21 20:25:53 +03:00
requestId
:
require
(
'./request-id'
)
}
;
Reference in New Issue
Copy Permalink