diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 5b661525..e8146ed4 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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 diff --git a/server/AyaNova/Controllers/PickListController.cs b/server/AyaNova/Controllers/PickListController.cs index 7e9ccdcf..07a3116b 100644 --- a/server/AyaNova/Controllers/PickListController.cs +++ b/server/AyaNova/Controllers/PickListController.cs @@ -125,7 +125,7 @@ namespace AyaNova.Api.Controllers /// List of all PickList templates /// /// List of strings - [HttpGet("TemplateList")] + [HttpGet("Template/List")] public ActionResult GetTemplateList() { if (!serverState.IsOpen)