Skip to content

Commit fc1c118

Browse files
committed
Enable notifications namespace for urls.
Notifications supports one endpoint to receive POST requests from NHS Notify API. This commit adds the notifications namespace for notifications urls.
1 parent 00dca7f commit fc1c118

File tree

1 file changed

+7
-0
lines changed
  • manage_breast_screening/core

1 file changed

+7
-0
lines changed

manage_breast_screening/core/urls.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
namespace="mammograms",
3737
),
3838
),
39+
path(
40+
"notifications/",
41+
include(
42+
"manage_breast_screening.notifications.urls",
43+
namespace="notifications",
44+
),
45+
),
3946
path(
4047
"participants/",
4148
include("manage_breast_screening.participants.urls", namespace="participants"),

0 commit comments

Comments
 (0)