Remove token top-level URL

privacy-backends
Eric Holscher 2014-08-25 13:23:23 -07:00
parent 4c1006a6d6
commit 746b796a27
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ urlpatterns = patterns(
url(r'^mlt/(?P<project_slug>[-\w]+)/(?P<filename>.*)$',
'core.views.morelikethis',
name='morelikethis'),
url(r'^token/(?P<token_id>[\w]+)$', 'acl.views.token', name='token'),
)
if settings.DEBUG: