This commit is contained in:
@@ -21,7 +21,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[ApiController]
|
[ApiController]
|
||||||
[ApiVersion("8.0")]
|
[ApiVersion("8.0")]
|
||||||
[Route("api/v{version:apiVersion}/[controller]")]
|
[Route("api/v{version:apiVersion}/data-list-view")]
|
||||||
[Produces("application/json")]
|
[Produces("application/json")]
|
||||||
[Authorize]
|
[Authorize]
|
||||||
public class DataListViewController : ControllerBase
|
public class DataListViewController : ControllerBase
|
||||||
@@ -78,7 +78,7 @@ namespace AyaNova.Api.Controllers
|
|||||||
/// Get DataListView list
|
/// Get DataListView list
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>List of public or owned data list views listKey provided</returns>
|
/// <returns>List of public or owned data list views listKey provided</returns>
|
||||||
[HttpGet("ViewList", Name = nameof(DataListViewList))]
|
[HttpGet("viewlist", Name = nameof(DataListViewList))]
|
||||||
public async Task<IActionResult> DataListViewList([FromQuery] string ListKey)
|
public async Task<IActionResult> DataListViewList([FromQuery] string ListKey)
|
||||||
{
|
{
|
||||||
if (!serverState.IsOpen)
|
if (!serverState.IsOpen)
|
||||||
|
|||||||
Reference in New Issue
Block a user