瀏覽代碼

注册apicontroller服务

lichunlei 5 月之前
父節點
當前提交
8bbc7fa26f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Extensions/AppServiceExtensions.cs

+ 1 - 0
Extensions/AppServiceExtensions.cs

@@ -42,6 +42,7 @@ namespace Infrastructure
             services.AddTransient<IApiGroupService, ApiGroupService>();
             services.AddTransient<IApiInfoService, ApiInfoService>();
             services.AddTransient<IApiInfoParamService, ApiInfoParamService>();
+            services.AddTransient<IApiControllerService, ApiControllerService>();
             services.AddTransient<IAppModuleAndroidCodeService, AppModuleAndroidCodeService>();
             services.AddTransient<IAppModuleFileService, AppModuleFileService>();
             services.AddTransient<IAppModuleIosCodeService, AppModuleIosCodeService>();