This commit is contained in:
@@ -14,7 +14,7 @@ namespace AyaNova.Api.Controllers
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Enum pick list controller
|
||||
/// Enum list controller
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[ApiVersion("8.0")]
|
||||
@@ -47,7 +47,7 @@ namespace AyaNova.Api.Controllers
|
||||
/// </summary>
|
||||
/// <param name="enumkey">The key name of the enumerated type</param>
|
||||
/// <returns>List</returns>
|
||||
[HttpGet("list/{enumkey}")]
|
||||
[HttpGet("List/{enumkey}")]
|
||||
public ActionResult GetList([FromRoute]string enumkey)
|
||||
{
|
||||
if (!serverState.IsOpen)
|
||||
Reference in New Issue
Block a user