ソースを参照

update Admin.NET/Admin.NET.Application/Configuration/App.json.

Signed-off-by: Admin <8740870+grey-space_0@user.noreply.gitee.com>
Admin 2 年 前
コミット
284a32459a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Admin.NET/Admin.NET.Application/Configuration/App.json

+ 1 - 1
Admin.NET/Admin.NET.Application/Configuration/App.json

@@ -1,7 +1,7 @@
 {
   "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
 
-  "Urls": "http://*:5005", // 配置默认端口
+  "Urls": "http://*:5050", // 配置默认端口
   // "https_port": 44325,
 
   "AllowedHosts": "*",