Skip to content

Commit c59cc2c

Browse files
committed
prep
1 parent 1f96a35 commit c59cc2c

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.idea/.idea.Valour.Web/.idea/workspace.xml

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Add services to the container.
66
builder.Services.AddControllersWithViews();
7-
builder.WebHost.ConfigureKestrel(options => options.Listen(IPAddress.Any, 5000));
7+
//builder.WebHost.ConfigureKestrel(options => options.Listen(IPAddress.Any, 5000));
88

99
var app = builder.Build();
1010

0 commit comments

Comments
 (0)