summaryrefslogtreecommitdiff
path: root/pgcommitfest/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcommitfest/urls.py')
-rw-r--r--pgcommitfest/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py
index 5ca20a7..eafb99c 100644
--- a/pgcommitfest/urls.py
+++ b/pgcommitfest/urls.py
@@ -31,6 +31,7 @@ urlpatterns = [
url(r'^(\d+)/reports/authorstats/$', reports.authorstats),
url(r'^search/$', views.global_search),
url(r'^ajax/(\w+)/$', ajax.main),
+ url(r'^thread_notify/$', views.thread_notify),
url(r'^selectable/', include('selectable.urls')),