Ghost/core/frontend/services
Hannah Wolfe 53d14fd8e3 Added Router etc to shared/express + use everywhere
- Added a wrapper around express.Router to our shared/express util
- Also export static and _express
- Use this shared util everywhre, meaning express is only used directly in this one file
- ATM this file is mostly an experiment / debug helper, it might be removed again later
- The aim is to have a minimal framework wrapping express that allows us to:
     - reduce our usage of express() in favour of Router()
     - unify some of our duplicated logic
     - fix some structural issues e.g. Sentry
     - make it easier to understand the codebase
2020-05-01 19:32:57 +01:00
..
apps Moved non-helper code out of helpers 2020-04-10 12:27:43 +01:00
redirects Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
routing Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
rss Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
settings Cleaned up some weird require paths 2020-05-01 18:00:57 +01:00
sitemap Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
themes Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
url Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
proxy.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00