Skip to content

Commit

Permalink
fix: include user urls in service
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 16, 2023
1 parent 035835d commit 5b2ca20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codeforlife/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def service_urlpatterns(
),
name="session-expired",
),
path(
"api/",
include("codeforlife.user.urls"),
name="user",
),
path(
"api/",
include(api_urls_path),
Expand Down

0 comments on commit 5b2ca20

Please sign in to comment.