Skip to content

Commit

Permalink
fix: trailing slash in network
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Mar 18, 2023
1 parent 727bb4a commit ee76b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion club/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
path("docs/<slug:doc_slug>/", docs, name="docs"),

path("network/", network, name="network"),
path("network/chat/<slug:chat_id>", network_chat, name="network_chat"),
path("network/chat/<slug:chat_id>/", network_chat, name="network_chat"),

# admin features
path("godmode/", godmode_settings, name="godmode_settings"),
Expand Down

0 comments on commit ee76b07

Please sign in to comment.