Skip to content

Commit

Permalink
made a little correction to an error in urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blacdev committed Oct 31, 2021
1 parent b439e68 commit e0c2fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
name="message_reactions",
),
path(
"api/v1/org/<str:org_id>/rooms/<str:room_id>/messages/<str:message_id>",
"api/v1/org/<str:org_id>/rooms/<str:room_id>/messages/<str:message_id>/threads/<str:thread_message_id>/reactions",
reactions.ThreadEmoji.as_view(),
name="edit_message",
),
Expand Down

0 comments on commit e0c2fe1

Please sign in to comment.