feat: 添加bbs首页接口

This commit is contained in:
陈淳
2023-12-12 17:56:11 +08:00
parent 45b86761f6
commit 3461ae1fdf
5 changed files with 1046 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@ using Yi.Framework.Rbac.Domain.Shared.Options;
namespace Yi.Abp.Web
{
[DependsOn(
typeof(YiAbpSqlSugarCoreModule),
typeof(YiAbpSqlSugarCoreModule),
typeof(YiAbpApplicationModule),
typeof(AbpAspNetCoreMvcModule),
@@ -142,7 +142,6 @@ namespace Yi.Abp.Web
var env = context.GetEnvironment();
var app = context.GetApplicationBuilder();
app.UseRouting();
//跨域
@@ -154,8 +153,6 @@ namespace Yi.Abp.Web
//swagger
app.UseYiSwagger();
//工作单元
app.UseUnitOfWork();