0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
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
..
client@0e40981995 Updated Ghost-Admin to 1.17.0 2017-11-07 13:41:35 +00:00
server Wrapped express router & expose from route service (#9206) 2017-11-09 10:08:11 +00:00
test Moved Channels module -> services 2017-11-08 15:45:23 +00:00
index.js