From 53739a97783ac3edeeec94290c5c5f7312cea87e Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 1 Aug 2023 19:46:28 +0300 Subject: [PATCH] 0.0.70 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 2be7302..cce2a6f 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -238,7 +238,7 @@ function sendRoute(el, routeID = null){ $.ajax({ headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, - url: '/ru/routes/create_or_change_route/', + url: '/ru/routes/change_route/' + add_url, type: "POST", // async: true, cache: false,