mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Moved testmode routes into their own folder
no issue - Living in separate folder will allow adding more testmode specific modules (for example test jobs) - Mimicks the folder structure of how v2/canary routes are structured better
This commit is contained in:
parent
e86e8fd5d2
commit
d6505899a7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
const logging = require('../../../shared/logging');
|
||||
const express = require('../../../shared/express');
|
||||
const jobService = require('../../services/jobs');
|
||||
const logging = require('../../../../shared/logging');
|
||||
const express = require('../../../../shared/express');
|
||||
const jobService = require('../../../services/jobs');
|
||||
|
||||
/** A bunch of helper routes for testing purposes */
|
||||
module.exports = function testRoutes() {
|
Loading…
Add table
Reference in a new issue