This commit is contained in:
William Mantly 2016-06-24 14:14:16 -04:00
parent 992a891aee
commit bc1c56f37c

View File

@ -332,7 +332,7 @@ router.get('/stop/:name', function(req, res, next){
}
});
});
router.get('destroyOld', function(req, res, next) {
router.get('/destroyOld', function(req, res, next) {
workers.destroyOld();
res.send('?');
});