Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
jazwu committed Apr 14, 2024
1 parent 12d3fe6 commit ea6f02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
urlpatterns = [
path("", views.chat_view, name="chat_view"),
path("<int:receiver_id>", views.get_chat_session, name="get_chat_session"),
path("select-user", views.select_user_view, name="select_user_view"),
]

0 comments on commit ea6f02b

Please sign in to comment.