Commit 149252c5 by shipengwei

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

parents c4d51b79 deab7d20
......@@ -8,6 +8,7 @@ namespace DotNetCicdDemo
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.WebHost.UseUrls("http://localhost");
builder.Services.AddControllers();
// 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