zengyicheng před 1 rokem
rodič
revize
7943c408cb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -57,7 +57,7 @@ router.route('/a').all((req, res, next) => {
 router.post('/testApi', function(req, res, next) {
 router.post('/testApi', function(req, res, next) {
     // 创建向后端服务器的请求
     // 创建向后端服务器的请求
     const options = {
     const options = {
-        hostname: 'http://127.0.0.1',
+        hostname: 'https://cxcy.ssti.net.cn',
         port: 80,
         port: 80,
         path: "/sso/api",
         path: "/sso/api",
         method: req.method,
         method: req.method,