Browse Source

Quick Fix for Auto API Controllers Doc

pull/16712/head
Hamza Albreem 3 years ago
committed by GitHub
parent
commit
03da4bd737
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/API/Auto-API-Controllers.md

2
docs/en/API/Auto-API-Controllers.md

@ -178,7 +178,7 @@ They have the same [route](https://learn.microsoft.com/en-us/aspnet/core/mvc/con
### Replace built-in AbpApplicationConfigurationController
The `ReplaceControllersAttribute` indicate the replaced controller type.
The `ReplaceControllersAttribute` indicates the replaced controller type.
````csharp
[ReplaceControllers(typeof(AbpApplicationConfigurationController))]

Loading…
Cancel
Save