nagasurendra commited on
Commit
6e26d04
·
verified ·
1 Parent(s): 2c776f8

Update templates/customer_details.html

Browse files
Files changed (1) hide show
  1. templates/customer_details.html +1 -1
templates/customer_details.html CHANGED
@@ -151,7 +151,7 @@
151
 
152
  $.ajax({
153
  type: "POST",
154
- url: "/update_profile",
155
  data: formData,
156
  success: function(response) {
157
  if (response.status === "success") {
 
151
 
152
  $.ajax({
153
  type: "POST",
154
+ url: "/user/update_profile",
155
  data: formData,
156
  success: function(response) {
157
  if (response.status === "success") {