Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-05-06 20:26:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cea0e4e5392762a529b527df7fa27a1d6c984fa1
cea0e4e5
1 parent
efe8dc33
feat. hub Disconnection add
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
server/src/api/hub/index.js
server/src/api/hub/index.js
View file @
cea0e4e
...
...
@@ -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
...
...
Please
register
or
login
to post a comment