Spaces:
Runtime error
Runtime error
Update templates/customer_details.html
Browse files
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") {
|