Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bilibili-openplatform committed Nov 28, 2024
1 parent fd17b8e commit b7b8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected override void OnStartup(StartupEventArgs e)
Host.CreateDefaultBuilder()
.ConfigureWebHostDefaults(webBuilder =>
{
Task.Run(() => Service.CreateHostBuilder(new string[] { }).Build().Run());
Task.Run(() => Service.CreateHostBuilder(args).Build().Run());

webBuilder.UseStartup<Server.Startup>();
string rurl = $"{Config.Core_RunConfig._IP}:{Config.Core_RunConfig._Port}";
Expand Down

0 comments on commit b7b8e2a

Please sign in to comment.