From f8ae88ac1a022058c24a7231536bc95acafd613e Mon Sep 17 00:00:00 2001 From: Reto Aebersold Date: Fri, 17 Nov 2023 15:13:21 +0100 Subject: [PATCH] fix: urls --- server/config/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/urls.py b/server/config/urls.py index 9c42e0ea..972183ad 100644 --- a/server/config/urls.py +++ b/server/config/urls.py @@ -172,7 +172,7 @@ urlpatterns = [ name='edoniq_export_students_and_trainers'), # shop - path("api/shop/", include("shop.urls")), + path("api/shop/", include("vbv_lernwelt.shop.urls")), # importer path(