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-24 14:10:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f17a3739c82a4be0184a35c07a0cd1446bd012c
5f17a373
1 parent
38074ce3
styled. blank remove
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/src/api/medicine/medicine.ctrl.js
server/src/api/medicine/medicine.ctrl.js
View file @
5f17a37
...
...
@@ -28,6 +28,7 @@ exports.medicineSearch = async(ctx) => {
ctx
.
status
=
200
;
ctx
.
body
=
result
;
}
exports
.
medicineGet
=
async
(
ctx
)
=>
{
...
...
Please
register
or
login
to post a comment