Skip to content

Commit

Permalink
test simple string url
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinie-nc committed Nov 22, 2024
1 parent 5a926a0 commit 053c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
path("helauth/", include("helusers.urls")),
# GDPR API
path(
f"gdpr-api/{getattr(settings,'GDPR_API_URL_PATTERN', 'v1/profiles/<uuid:uuid>')}",
"gdpr-api/v1/profiles/<uuid:uuid>",
MvjGDPRAPIView.as_view(),
name="gdpr_v1",
),
Expand Down

0 comments on commit 053c72b

Please sign in to comment.