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-17 16:32:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bdd61817a68ec7bbf9fbfe0356b352b72d2dfdaa
bdd61817
1 parent
b4a9755c
style. unecessary module remove
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
server/src/api/bottle/bottle.ctrl.js
server/src/api/bottle/bottle.ctrl.js
View file @
bdd6181
...
...
@@ -4,7 +4,6 @@ const Hub = require('../../models/hub');
const
Medicine
=
require
(
'../../models/medicine'
);
const
Mqtt
=
require
(
'../../lib/MqttModule'
);
const
jwt
=
require
(
'jsonwebtoken'
);
const
hub
=
require
(
'../../models/hub'
);
//약병 등록
exports
.
bottleConnect
=
async
(
ctx
)
=>
{
...
...
Please
register
or
login
to post a comment