FIX kill function
This commit is contained in:
parent
673db449ed
commit
f0a04ac9cf
@ -29,7 +29,7 @@ const Server = {
|
|||||||
*/
|
*/
|
||||||
kill: function() {
|
kill: function() {
|
||||||
request.get('http://localhost:' + Config.port + '/kill')
|
request.get('http://localhost:' + Config.port + '/kill')
|
||||||
.catch();
|
.catch(error => false);
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* sets route of express app
|
* sets route of express app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user