Skip to content

Commit ef5b428

Browse files
committed
Remove leading slash from callback path
This is added in core urls for the notifications namespace.
1 parent fc1c118 commit ef5b428

File tree

1 file changed

+1
-1
lines changed
  • manage_breast_screening/notifications

1 file changed

+1
-1
lines changed

manage_breast_screening/notifications/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
urlpatterns = [
88
path(
9-
"/message-status/create",
9+
"message-status/create",
1010
views.create_message_status,
1111
name="create_message_status",
1212
),

0 commit comments

Comments
 (0)