|
@ -35,6 +35,7 @@ namespace AuthServer.Host |
|
|
typeof(AbpAccountApplicationModule), |
|
|
typeof(AbpAccountApplicationModule), |
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule) |
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule) |
|
|
)] |
|
|
)] |
|
|
|
|
|
|
|
|
public class AuthServerHostModule : AbpModule |
|
|
public class AuthServerHostModule : AbpModule |
|
|
{ |
|
|
{ |
|
|
private const string DefaultCorsPolicyName = "Default"; |
|
|
private const string DefaultCorsPolicyName = "Default"; |
|
|