remove url
This commit is contained in:
parent
f6ff6c3e68
commit
6563c340dd
|
|
@ -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'),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue