lsc 2 tháng trước cách đây
mục cha
commit
f1f98454ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mongo.js

+ 1 - 1
mongo.js

@@ -86,7 +86,7 @@ router.route('/updateUserData').all((req, res, next) => {
             }
         }
     }, res);
-    console.log(json);
+    // console.log(json);
     // res.end(JSON.stringify([{ status: "0" }]));
 });