We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddb1d1 commit 0549d07Copy full SHA for 0549d07
example_project/sample_app/urls.py
@@ -29,7 +29,6 @@ def redirect_to_home(request):
29
path("anonymized-customers/", anonymization_views.AnonymizedCustomerView.as_view(), name="anonymized_customers"),
30
# API endpoints
31
path("api/decorated-users/", anonymization_views.decorated_user_list, name="decorated_user_list"),
32
- path("api/role-required/", anonymization_views.role_required_view, name="role_required_view"),
33
path("api/apply-rule/", anonymization_views.apply_masking_rule_ajax, name="apply_masking_rule_ajax"),
34
path("api/status/", anonymization_views.anonymization_status_api, name="anonymization_status_api"),
35
]
0 commit comments