Skip to content

Commit d650589

Browse files
committed
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
1 parent e86e8fd commit d650589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/server/web/api/testmode.js renamed to core/server/web/api/testmode/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const logging = require('../../../shared/logging');
2-
const express = require('../../../shared/express');
3-
const jobService = require('../../services/jobs');
1+
const logging = require('../../../../shared/logging');
2+
const express = require('../../../../shared/express');
3+
const jobService = require('../../../services/jobs');
44

55
/** A bunch of helper routes for testing purposes */
66
module.exports = function testRoutes() {

0 commit comments

Comments
 (0)