Skip to content

Commit dbb0611

Browse files
committed
remove debug info
1 parent 272542c commit dbb0611

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/routes/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ const jwtAuth = require('tc-core-library-js').middleware.jwtAuthenticator;
2525

2626
router.all('/v4/projects*', jwtAuth());
2727

28-
router.get('/v4/projects/debug', (req, res) => {
29-
res.status(200).json({ history: {}, env: process.env });
30-
});
31-
3228
// Register all the routes
3329
router.route('/v4/projects')
3430
.post(require('./projects/create'))

0 commit comments

Comments
 (0)