zengyicheng 1 年之前
父節點
當前提交
7943c408cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,