diff options
Diffstat (limited to 'backend/urls.py')
| -rw-r--r-- | backend/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/urls.py b/backend/urls.py index 2d9d8be..98bc4e4 100644 --- a/backend/urls.py +++ b/backend/urls.py @@ -32,4 +32,6 @@ urlpatterns = patterns('', url(r'^video/unlike/$', 'backend.views.api_video_unlike'), url(r'^video/remove/$', 'backend.views.api_video_remove'), url(r'^video/search/$', 'backend.views.api_video_search'), + # + url(r'^stats/$', 'backend.views.stats'), ) |
