|
|
@ -21,10 +21,6 @@ using Squidex.Web; |
|
|
|
|
|
|
|
|
namespace Squidex.Areas.Api.Controllers.Contents |
|
|
namespace Squidex.Areas.Api.Controllers.Contents |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
|
|
|
/// Updates and retrieves contents.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[ApiExplorerSettings(GroupName = nameof(Contents))] |
|
|
|
|
|
public sealed class ContentsController : ApiController |
|
|
public sealed class ContentsController : ApiController |
|
|
{ |
|
|
{ |
|
|
private readonly IContentQueryService contentQuery; |
|
|
private readonly IContentQueryService contentQuery; |
|
|
|