roughed in picklist template editor form and global settings form

This commit is contained in:
2020-03-28 00:03:25 +00:00
parent 1755cda5cd
commit a44106b3ae
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ namespace AyaNova.Api.Controllers
/// List of all PickList templates
/// </summary>
/// <returns>List of strings</returns>
[HttpGet("TemplateList")]
[HttpGet("Template/List")]
public ActionResult GetTemplateList()
{
if (!serverState.IsOpen)