summaryrefslogtreecommitdiff
path: root/frontend/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/urls.py')
-rw-r--r--frontend/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/urls.py b/frontend/urls.py
index 7a438c9..0506968 100644
--- a/frontend/urls.py
+++ b/frontend/urls.py
@@ -4,4 +4,5 @@ from django.conf.urls import patterns, include, url
urlpatterns = patterns('frontend.views',
# API
url(r'^backgrounds/$', 'backgrounds'),
+ url(r'^directory/$', 'directory'),
)