#31 API basic implementation Intervention fetch
* enhances intervention fetching and serialization
This commit is contained in:
@@ -11,5 +11,5 @@ from api.views.v1.intervention import APIInterventionViewV1
|
||||
|
||||
app_name = "v1"
|
||||
urlpatterns = [
|
||||
path("intervention/<identifier>", APIInterventionViewV1.as_view(), name="intervention"),
|
||||
path("intervention/<id>", APIInterventionViewV1.as_view(), name="intervention"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user