Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
replaced django url with re_path
Browse files Browse the repository at this point in the history
  • Loading branch information
shafqatfarhan committed Nov 13, 2020
1 parent 1d4663b commit 08848a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_notifications/server/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
consumer_views.UserPreferenceDetail.as_view(),
name='edx_notifications.consumer.user_preferences.detail.no_param'
),
url(
re_path(
ADMIN_USERS_DELETE,
admin_views.DeleteUsersData.as_view(),
name='edx_notifications.admin.delete_users_data'
Expand Down

0 comments on commit 08848a1

Please sign in to comment.