Mockup webhook recieving view

This commit is contained in:
2023-06-26 19:30:29 +01:00
parent 76cd5459fc
commit 2c808d0adf
2 changed files with 17 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ urlpatterns = [
name='event_checkin_override'),
path('event/<int:pk>/thread/', permission_required_with_403('RIGS.change_event')(views.CreateForumThread.as_view()), name='event_thread'),
path('event/webhook/', views.RecieveForumWebhook.as_view(), name='webhook_recieve'),
# Finance
path('invoice/', permission_required_with_403('RIGS.view_invoice')(views.InvoiceIndex.as_view()),