files in chat download
This commit is contained in:
SDE
2023-09-17 18:31:50 +03:00
parent 1747b0ebb5
commit da7b1cb549
4 changed files with 49 additions and 1 deletions

View File

@@ -13,4 +13,6 @@ urlpatterns = [
# path('send_msg/', send_msg_ajax, name='send_msg_ajax'),
# path('update_chat/', update_chat_ajax2, name='update_chat_ajax'),
path('show_chat_w_user/', show_chat_w_user_ajax, name='show_chat_w_user_ajax'),
path('get_file_from_msg/', get_file_from_msg_ajax, name='get_file_from_msg_ajax'),
]