mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05: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
1 line
38 B
JavaScript
1 line
38 B
JavaScript
module.exports = require('./routes');
|