Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Plattdüütsch
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-27 22:49:56 -05:00
Code
Issues
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 18:25:53 +01: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 18:28:33 +01: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 18:25:53 +01:00
requestId
:
require
(
'./request-id'
)
}
;
Reference in a new issue
Copy permalink