Commit db6755fa by Daniel Friedman Committed by Peter Fogg

Fix URL trailing slash bug in teams endpoint

parent 106e3127
......@@ -19,7 +19,7 @@ TOPIC_ID_PATTERN = TEAM_ID_PATTERN.replace('team_id', 'topic_id')
urlpatterns = patterns(
'',
url(
r'^v0/teams$',
r'^v0/teams/$',
TeamsListView.as_view(),
name="teams_list"
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment