stuff
This commit is contained in:
parent
992a891aee
commit
bc1c56f37c
@ -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('?');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user