This commit is contained in:
Julian Lam
2014-08-25 10:46:48 -04:00
parent 0c4a788698
commit ab77e6767e
3 changed files with 47 additions and 11 deletions

View File

@@ -38,6 +38,10 @@ SocketAdmin.before = function(socket, method, next) {
});
};
SocketAdmin.reload = function(socket, data, callback) {
meta.reload(callback);
};
SocketAdmin.restart = function(socket, data, callback) {
meta.restart();
};