Skip to content
Snippets Groups Projects
Commit db6755fa authored by Daniel Friedman's avatar Daniel Friedman Committed by Peter Fogg
Browse files

Fix URL trailing slash bug in teams endpoint

parent 106e3127
No related merge requests found
......@@ -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"
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment