ソースを参照

update v2:add send custom headers

dotos 8 年 前
コミット
349ac0517a
1 ファイル変更2 行追加0 行削除
  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);