From ddb3436275d3f02183f515c38cd3193cd1dfe2f4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 18:42:47 -0700 Subject: Boosting! Incoming, anyway. --- takahe/urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'takahe') diff --git a/takahe/urls.py b/takahe/urls.py index 2517364..bebd63a 100644 --- a/takahe/urls.py +++ b/takahe/urls.py @@ -9,6 +9,8 @@ from users.views import activitypub, auth, identity urlpatterns = [ path("", core.homepage), # Activity views + path("notifications/", timelines.Notifications.as_view()), + path("local/", timelines.Local.as_view()), path("federated/", timelines.Federated.as_view()), # Authentication path("auth/login/", auth.Login.as_view()), -- cgit v1.2.3