chat routines
This commit is contained in:
SDE
2023-08-06 13:53:28 +03:00
parent b3bee232c3
commit ec317aa8ba
9 changed files with 79 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ urlpatterns = [
path('my_routes/', my_routes_ajax, name='my_routes_ajax'),
path('subscribe/', subscribe_ajax, name='subscribe_ajax'),
path('new_msg_to_user/', new_msg_to_user_ajax, name='new_msg_to_user' ),
path('chats/', chats_ajax, name='chats_ajax'),
path('support_tickets/', support_tickets_ajax, name='support_tickets_ajax'),