From 6563c340ddf738d37c9da94bcb7365d418d61569 Mon Sep 17 00:00:00 2001
From: Matthias <matthias.mair@oewf.org>
Date: Fri, 19 Nov 2021 22:50:42 +0100
Subject: [PATCH] remove url

---
 InvenTree/InvenTree/urls.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py
index 2e28ddf077..e74f34c956 100644
--- a/InvenTree/InvenTree/urls.py
+++ b/InvenTree/InvenTree/urls.py
@@ -70,9 +70,6 @@ apipatterns = [
     # Plugin endpoints
     url(r'^action/', ActionPluginView.as_view(), name='api-action-plugin'),
 
-    # Webhook enpoint
-    path('', include(common_api_urls)),
-
     # InvenTree information endpoint
     url(r'^$', InfoView.as_view(), name='api-inventree-info'),