|
|
@ -9,7 +9,7 @@ using Volo.CmsKit.Tags;
|
|
|
|
namespace Volo.CmsKit.Public.Tags
|
|
|
|
namespace Volo.CmsKit.Public.Tags
|
|
|
|
{
|
|
|
|
{
|
|
|
|
[RequiresGlobalFeature(typeof(TagsFeature))]
|
|
|
|
[RequiresGlobalFeature(typeof(TagsFeature))]
|
|
|
|
[RemoteService(Name = CmsKitCommonRemoteServiceConsts.RemoteServiceName)]
|
|
|
|
[RemoteService(Name = CmsKitPublicRemoteServiceConsts.RemoteServiceName)]
|
|
|
|
[Area("cms-kit")]
|
|
|
|
[Area("cms-kit")]
|
|
|
|
[Route("api/cms-kit-public/tags")]
|
|
|
|
[Route("api/cms-kit-public/tags")]
|
|
|
|
public class TagPublicController : CmsKitPublicControllerBase, ITagAppService
|
|
|
|
public class TagPublicController : CmsKitPublicControllerBase, ITagAppService
|
|
|
|