删除不要的代码
This commit is contained in:
@@ -171,8 +171,6 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.Configure<AppOptions>(Configuration.GetSection("AppOptions"));
|
||||
Services.AddOptions<SoaOptions>();
|
||||
Services.Configure<SoaOptions>(Configuration.GetSection("SoaOptions"));
|
||||
Services.AddOptions<HttpOptions>();
|
||||
Services.Configure<HttpOptions>(Configuration.GetSection("HttpOptions"));
|
||||
Services.AddOptions<ErpOptions>();
|
||||
Services.Configure<ErpOptions>(Configuration.GetSection("ErpOptions"));
|
||||
Services.AddOptions<OpsOptions>();
|
||||
|
||||
Reference in New Issue
Block a user