Skip to content

Commit

Permalink
Merge f0fe94b into e443ff8
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Nov 18, 2014
2 parents e443ff8 + f0fe94b commit 8f390ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eots/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_urls(self, prefix="", data=None):
list_handler_data.update(data or {})
return [
url(
_url_with_prefix(prefix, slug) + r"/(.+)$",
_url_with_prefix(prefix, slug) + r"/([^/]+)$",
self.handler, name="%s_root" % self.slug,
kwargs=detail_handler_data),
url(
Expand Down

0 comments on commit 8f390ff

Please sign in to comment.