提交
This commit is contained in:
@@ -84,6 +84,9 @@ builder.Services.AddSignalR()
|
||||
builder.Services.AddSwaggerConfig();
|
||||
// 显示logo
|
||||
builder.Services.AddLogo();
|
||||
//激活 HslCommunication
|
||||
builder.Services.AddHslCommunication();
|
||||
|
||||
// 添加本地化服务
|
||||
builder.Services.AddLocalization(options => options.ResourcesPath = "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user