fix: urls
This commit is contained in:
parent
68c9c895a6
commit
f8ae88ac1a
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue