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