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; }