diff --git a/kepi/bowler_pub/urls.py b/kepi/bowler_pub/urls.py index e475f77..059e3e5 100644 --- a/kepi/bowler_pub/urls.py +++ b/kepi/bowler_pub/urls.py @@ -19,4 +19,5 @@ urlpatterns = [ path('users//following', bowler_pub_views.FollowingView.as_view()), path('users//featured', bowler_pub_views.FeaturedView.as_view()), path('sharedInbox', bowler_pub_views.InboxView.as_view()), + path('inbox', bowler_pub_views.InboxView.as_view()), # config error, marnanel.org specific ]