V14: Cleanup [ApiController] attribute usage (#15842)
* Applying [ApiController] to ManagementApiControllerBase and the rest derive it from it
* Removing [ApiController] from deriving controllers
* Removing [ApiVersion("1.0")] from controller base
* Cleanup
* [ApiController] from deriving DeliveryApiControllerBase controller
This commit is contained in:
committed by
GitHub
parent
7710d9d66c
commit
04400054ac
@@ -6,7 +6,6 @@ using Umbraco.Cms.Core.Services.OperationStatus;
|
||||
|
||||
namespace Umbraco.Cms.Api.Management.Controllers.TemporaryFile;
|
||||
|
||||
[ApiController]
|
||||
[VersionedApiBackOfficeRoute("temporary-file")]
|
||||
[ApiExplorerSettings(GroupName = "Temporary File")]
|
||||
public abstract class TemporaryFileControllerBase : ManagementApiControllerBase
|
||||
|
||||
Reference in New Issue
Block a user