0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Hannah Wolfe 7656d0bdda
Wrapped express router & expose from route service (#9206)
refs #9192

- Moving towards a centralised concept of routing / routes
- The base router now wraps express router, and offers us the features we need
- Site Router is the parent router, it gets initialised with all of our default routing
- App Router is a sub router for apps - apps register their routes/routers onto it.
- TODO: refactor channels subrouter to work this same way
- MAYBE: move the app router to the apps service
2017-11-09 10:08:11 +00:00
..
apps Wrapped express router & expose from route service (#9206) 2017-11-09 10:08:11 +00:00
channels Moved Channels module -> services 2017-11-08 15:45:23 +00:00
route Wrapped express router & expose from route service (#9206) 2017-11-09 10:08:11 +00:00
rss Moved RSS module -> services & controllers 2017-11-08 08:09:44 +00:00
slack.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
xmlrpc.js Move xmlrpc & slack to services (#9179) 2017-10-25 15:27:56 +01:00