Ghost/core/server/web/api/testmode/index.js
Hannah Wolfe 05a16948a3
Moved testmode routes into a correctly named file
- testmode routing was in an index.js file, this breaks our coding standards
- these routes belong in routes file, same as all other routes
2021-05-20 11:42:27 +01:00

2 lines
38 B
JavaScript

module.exports = require('./routes');