Browse Source

update v2:add send custom headers

dotos 8 năm trước cách đây
mục cha
commit
349ac0517a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      routes/v2.js

+ 2 - 0
routes/v2.js

@@ -62,6 +62,8 @@ const convert = (req, res, next) => {
     };
     // res.send(config);
     // return;
+
+    
     if (config.uri) {
         createServer(config).then(ret => {
             cb && res.jsonp(ret) || res.send(ret);