From befa7598929c7d9620babea081edbf4d8405ff38 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 13 May 2020 23:51:08 +0000 Subject: [PATCH] --- ayanova/src/api/form-custom-template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/api/form-custom-template.js b/ayanova/src/api/form-custom-template.js index 7500187e..36ef0ee6 100644 --- a/ayanova/src/api/form-custom-template.js +++ b/ayanova/src/api/form-custom-template.js @@ -25,7 +25,7 @@ export default { !window.$gz._.has(window.$gz.store.state.formCustomTemplate, formKey) ) { //fetch and populate the store - window.$gz.api.get("formcustom/" + formKey).then(res => { + window.$gz.api.get("form-custom/" + formKey).then(res => { if (res.error) { throw res.error; }