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

+ 1 - 1
main.js

@@ -468,7 +468,7 @@ app.post('/search_api', async function (req, res) {
 
                     res.header("Access-Control-Allow-Origin", "*");
 
-                    res.end(JSON.stringify(prepare));
+                    res.json(prepare);
 
 
                 } catch (e) {