|
@@ -105,6 +105,7 @@ namespace GxPress.Api.AdminControllers
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
[HttpGet("channel-category/list/{appChannelId}")]
|
|
[HttpGet("channel-category/list/{appChannelId}")]
|
|
|
|
+ [AllowAnonymous]
|
|
public async Task<IEnumerable<ChannelCategoryResult>> ChannelCategoryGetAllAsync(int appChannelId)
|
|
public async Task<IEnumerable<ChannelCategoryResult>> ChannelCategoryGetAllAsync(int appChannelId)
|
|
{
|
|
{
|
|
return await appChannelService.GetAllAsync(appChannelId);
|
|
return await appChannelService.GetAllAsync(appChannelId);
|