This commit is contained in:
2023-08-06 13:37:07 +03:00
parent 9a1ee8d971
commit 1ea38af75f

View File

@@ -1,7 +1,7 @@
function writeMessage(){
$.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/ru/user_account/new_msg_to_user/',
url: '/ru/user_account/chats/',
type: "POST",
// async: true,
cache: false,