mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-15 14:06:51 +08:00
完成权限点对点
This commit is contained in:
@@ -67,6 +67,10 @@ builder.Services.AddCorsService();
|
||||
#endregion
|
||||
builder.Services.AddJwtService();
|
||||
#region
|
||||
//授权配置
|
||||
#endregion
|
||||
builder.Services.AddAuthorizationService();
|
||||
#region
|
||||
//数据库配置
|
||||
#endregion
|
||||
builder.Services.AddDbService();
|
||||
|
||||
Reference in New Issue
Block a user