diff --git a/performancewest_erpnext/performancewest_erpnext/www/set-password.html b/performancewest_erpnext/performancewest_erpnext/www/set-password.html index 86eb837..65d07e6 100644 --- a/performancewest_erpnext/performancewest_erpnext/www/set-password.html +++ b/performancewest_erpnext/performancewest_erpnext/www/set-password.html @@ -86,7 +86,7 @@ try { const resp = await fetch( - "/api/method/performancewest_erpnext.www.set-password.submit", + "/api/method/performancewest_erpnext.www.set_password.submit", { method: "POST", headers: { "Content-Type": "application/x-www-form-urlencoded" }, diff --git a/performancewest_erpnext/performancewest_erpnext/www/set-password.py b/performancewest_erpnext/performancewest_erpnext/www/set_password.py similarity index 100% rename from performancewest_erpnext/performancewest_erpnext/www/set-password.py rename to performancewest_erpnext/performancewest_erpnext/www/set_password.py