From 18244f0adf72fc57f4c2fca5c0d2097731ef3c64 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Dec 2021 23:54:23 +0100 Subject: [PATCH] docstring --- InvenTree/InvenTree/urls.py | 1 + 1 file changed, 1 insertion(+) 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')), ]