Browse Source

Update Multi-Tenancy.md

pull/17774/head
Hamza Albreem 3 years ago
committed by GitHub
parent
commit
ca8324fc5c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Multi-Tenancy.md

2
docs/en/Multi-Tenancy.md

@ -298,7 +298,7 @@ PreConfigure<AbpOpenIddictWildcardDomainOptions>(options=>{
});
```
You must add this code to the Configure method as well.
You must add this code to the `Configure` method as well.
```csharp
// using Volo.Abp.MultiTenancy;

Loading…
Cancel
Save