This commit is contained in:
@@ -21,7 +21,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[ApiVersion("8.0")]
|
||||
[Route("api/v{version:apiVersion}/[controller]")]
|
||||
[Route("api/v{version:apiVersion}/data-list-view")]
|
||||
[Produces("application/json")]
|
||||
[Authorize]
|
||||
public class DataListViewController : ControllerBase
|
||||
@@ -78,7 +78,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// Get DataListView list
|
||||
/// </summary>
|
||||
/// <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)
|
||||
{
|
||||
if (!serverState.IsOpen)
|
||||
|
||||
Reference in New Issue
Block a user