Add asset restriction webhook API
This commit is contained in:
@@ -74,6 +74,11 @@ urlpatterns = [
|
||||
path(
|
||||
f"{settings.HOOK_PATH}/<str:hook_name>/", hooks.HookAPI.as_view(), name="hook"
|
||||
),
|
||||
path(
|
||||
f"{settings.ASSET_PATH}/<str:webhook_id>/",
|
||||
assets.AssetRestrictionAPI.as_view(),
|
||||
name="asset",
|
||||
),
|
||||
path("signals/<str:type>/", signals.SignalList.as_view(), name="signals"),
|
||||
path(
|
||||
"signals/<str:type>/create/",
|
||||
|
||||
Reference in New Issue
Block a user