Skip to content

Commit

Permalink
Merge branch 'bug-map-trailing-slash'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnuschky committed Jan 30, 2016
2 parents f302049 + c439717 commit 4d17a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/backend/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, dispatcher=None):
def urls(self):
urls = [
url(r'^$', self.jsonrpc),
url(r'map$', self.jsonrpc_map),
url(r'map/$', self.jsonrpc_map),
]

return urls
Expand Down

0 comments on commit 4d17a25

Please sign in to comment.