박권수

feat. hub Disconnection add

......@@ -3,6 +3,7 @@ const hubCtrl = require('./hub.ctrl');
const hub = new Router();
hub.post('/register', hubCtrl.hubRegister);
hub.post('/connect', hubCtrl.hubConnect);
hub.post('/disconnect', hubCtrl.hubDisconnect);
module.exports = hub;
\ No newline at end of file
......