start integrating cimar
This commit is contained in:
@@ -243,6 +243,13 @@ urlpatterns = [
|
||||
views.toggle_share_with_supervisor,
|
||||
name="toggle_share_with_supervisor",
|
||||
),
|
||||
path(
|
||||
"cimar_case/<str:uuid>/refresh",
|
||||
views.cimar_case_refresh,
|
||||
name="cimar_case_refresh"
|
||||
),
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user