mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
61dc9e8c24
- To keep in convention with settings described in - https://github.com/TryGhost/Ghost/issues/9528 , extracted routes handler into separate settings folder
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
module.exports = {
|
|
get routes() {
|
|
return require('./RoutesHandler');
|
|
}
|
|
};
|