Api/.config/dotnet-tools.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Api/Program.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Api/Properties/launchSettings.json | ●●●●● 补丁 | 查看 | 原始文档 | 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": {