diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py index e48fbc299e..f7035fb6f1 100644 --- a/InvenTree/InvenTree/urls.py +++ b/InvenTree/InvenTree/urls.py @@ -132,6 +132,7 @@ backendpatterns = [ url(r'^api/', include(apipatterns)), url(r'^api-doc/', include_docs_urls(title='InvenTree API')), + # 3rd party endpoints url(r'^markdownx/', include('markdownx.urls')), ]