Эх сурвалжийг харах

update v2:add send custom headers

dotos 8 жил өмнө
parent
commit
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);