chore:目录重构
This commit is contained in:
8
Yi.Furion.Net6/Yi.Furion.Web.Entry/Program.cs
Normal file
8
Yi.Furion.Net6/Yi.Furion.Web.Entry/Program.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Yi.Framework.Infrastructure.AspNetCore;
|
||||
|
||||
Serve.Run(RunOptions.Default.WithArgs(args)
|
||||
.ConfigureBuilder(x =>
|
||||
{
|
||||
x.WebHost.UseStartUrlsServer(x.Configuration);
|
||||
}
|
||||
));
|
||||
Reference in New Issue
Block a user