This commit is contained in:
2020-05-13 22:42:55 +00:00
parent 6e41dad1b0
commit 8c5d2f1e1d
6 changed files with 15 additions and 15 deletions

View File

@@ -88,7 +88,7 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////
const FORM_KEY = "home-password";
const API_BASE_URL = "Auth/ChangePassword";
const API_BASE_URL = "auth/changepassword";
export default {
created() {

View File

@@ -467,7 +467,7 @@ export default {
let vm = this;
if (vm.canSave) {
vm.formState.loading = true;
let url = API_BASE_URL + vm.$route.params.recordid;
let url = API_BASE_URL;// + vm.$route.params.recordid;
//clear any errors vm might be around from previous submit
window.$gz.form.deleteAllErrorBoxErrors(vm);