diff --git a/codeforlife/urls.py b/codeforlife/urls.py index e43627dc..977e7830 100644 --- a/codeforlife/urls.py +++ b/codeforlife/urls.py @@ -42,6 +42,11 @@ def service_urlpatterns( ), name="session-expired", ), + path( + "api/", + include("codeforlife.user.urls"), + name="user", + ), path( "api/", include(api_urls_path),