Commit a3002c1e by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents 149252c5 80dc96ac
...@@ -8,7 +8,7 @@ namespace DotNetCicdDemo ...@@ -8,7 +8,7 @@ namespace DotNetCicdDemo
var builder = WebApplication.CreateBuilder(args); var builder = WebApplication.CreateBuilder(args);
// Add services to the container. // Add services to the container.
builder.WebHost.UseUrls("http://localhost"); builder.WebHost.UseUrls("http://*");
builder.Services.AddControllers(); builder.Services.AddControllers();
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment