Browse Source
Quick Fix for Auto API Controllers Doc
pull/16712/head
Hamza Albreem
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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))] |
|
|
|
|