From a44106b3aed2d749a22f85f30e3ea83ef75d3139 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 28 Mar 2020 00:03:25 +0000 Subject: [PATCH] roughed in picklist template editor form and global settings form --- devdocs/todo.txt | 2 +- server/AyaNova/Controllers/PickListController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)