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

@@ -10,7 +10,7 @@
//PICKLISTS:
todo: move to client work then back here to document after
todo: api / server landing page is shitty on a mobile
todo: add query fail logging to datalist just like done with picklist so in production can catch mysterious problems more easily

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)