박권수

styled. blank remove

...@@ -28,6 +28,7 @@ exports.medicineSearch = async(ctx) => { ...@@ -28,6 +28,7 @@ exports.medicineSearch = async(ctx) => {
28 28
29 ctx.status = 200; 29 ctx.status = 200;
30 ctx.body = result; 30 ctx.body = result;
31 +
31 } 32 }
32 33
33 exports.medicineGet = async(ctx) => { 34 exports.medicineGet = async(ctx) => {
......