From 08d42cecef36378b999a97be9ae14fe08db911c9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 13 May 2020 23:18:16 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 2 +- ayanova/src/views/adm-global-select-templates.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 29f7561c..5289cbb6 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -250,7 +250,7 @@ export default { } } window.$gz.api - .get("PickList/List" + urlParams) + .get("pick-list/List" + urlParams) .then(res => { vm.fetching = false; if (res.error) { diff --git a/ayanova/src/views/adm-global-select-templates.vue b/ayanova/src/views/adm-global-select-templates.vue index 4b594cc5..86d7df92 100644 --- a/ayanova/src/views/adm-global-select-templates.vue +++ b/ayanova/src/views/adm-global-select-templates.vue @@ -86,7 +86,7 @@ //NOTE: This is a simple form with no need for business rules or validation so stripped out any extraneous code related to all that // const FORM_KEY = "adm-global-select-templates"; -const API_BASE_URL = "PickList/Template/"; +const API_BASE_URL = "picklist/template/"; export default { beforeRouteLeave(to, from, next) { //let vm = this;