summaryrefslogtreecommitdiff
path: root/backend/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/urls.py')
-rw-r--r--backend/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/urls.py b/backend/urls.py
index aa51997..a7f884b 100644
--- a/backend/urls.py
+++ b/backend/urls.py
@@ -32,6 +32,6 @@ urlpatterns = patterns('backend.views',
url(r'^video/unlike/$' , 'api_video_unlike' ),
url(r'^video/remove/$' , 'api_video_remove' ),
url(r'^video/search/$' , 'api_video_search' ),
- #
+ # STATISTICS
url(r'^stats/$' , 'stats' ),
)