This commit is contained in:
Megghy
2025-09-26 01:58:55 +08:00
parent b2c648c3e6
commit 7abe753401
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ using AntDesign;
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddRazorComponents()
.AddInteractiveServerComponents();
@@ -80,4 +81,4 @@ foreach (var method in inits)
}
}
app.Run();
app.Run($"http://{Config.Instance.ListenHost}:{Config.Instance.ListenPort}");