mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-01 06:36:37 +08:00
feat:更新模块关系
This commit is contained in:
@@ -25,7 +25,6 @@ builder.Host.ConfigureAutoFacContainer(container =>
|
||||
|
||||
var app = builder.Build();
|
||||
var db = app.Services.GetService<ISqlSugarClient>();
|
||||
db.DbMaintenance.CreateDatabase();
|
||||
app.UseErrorHandlingServer();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
||||
Reference in New Issue
Block a user