mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
05a16948a3
- testmode routing was in an index.js file, this breaks our coding standards - these routes belong in routes file, same as all other routes
2 lines
38 B
JavaScript
2 lines
38 B
JavaScript
module.exports = require('./routes');
|