Skip to content
Snippets Groups Projects
Commit 4c6e993c authored by Brian Moe's avatar Brian Moe
Browse files

typo

parent d7dc5464
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@
from django.conf.urls.defaults import *
urlpatterns = patterns('gracedb.api',
url (r'^event/(?P<graceid>[\w\d]+)/files/(?P<filename>.+)?$', 'download', name="download"),
url (r'^events/(?P<graceid>[\w\d]+)/files/(?P<filename>.+)?$', 'download', name="download"),
)
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