瀏覽代碼

fix httpUpgrade host

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei 10 月之前
父節點
當前提交
a9f4c5fd77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/assets/js/model/outbound.js

+ 1 - 1
web/assets/js/model/outbound.js

@@ -289,7 +289,7 @@ class HttpUpgradeStreamSettings extends CommonClass {
     static fromJson(json={}) {
         return new HttpUpgradeStreamSettings(
             json.path,
-            json.Host,
+            json.host,
             json.headers && !ObjectUtil.isEmpty(json.headers.Host) ? json.headers.Host : '',
         );
     }