222
schangxiang@126.com
2025-04-02 1fdc2e02fe34ccadb8a7f0a672dc9c29066e61d2
222
已添加1个文件
已修改2个文件
12 ■■■■ 文件已修改
Api/.config/dotnet-tools.json 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Api/Program.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Api/Properties/launchSettings.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Api/.config/dotnet-tools.json
对比新文件
@@ -0,0 +1,5 @@
{
  "version": 1,
  "isRoot": true,
  "tools": {}
}
Api/Program.cs
@@ -17,7 +17,8 @@
            var app = builder.Build();
            // Configure the HTTP request pipeline.
            if (app.Environment.IsDevelopment())
            if (true)
                //if (app.Environment.IsDevelopment())
            {
                app.UseSwagger();
                app.UseSwaggerUI();
Api/Properties/launchSettings.json
@@ -4,8 +4,8 @@
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:63423",
      "sslPort": 44321
      "applicationUrl": "http://localhost:5006",
      "sslPort": 5006
    }
  },
  "profiles": {