Fix collections back url
This commit is contained in:
parent
8e20424b78
commit
dbc928a2f5
|
|
@ -7,7 +7,7 @@ from collection.views import back as views
|
|||
app_name = 'collection'
|
||||
|
||||
router = SimpleRouter()
|
||||
router.register(r'collections', views.CollectionBackOfficeViewSet)
|
||||
router.register(r'', views.CollectionBackOfficeViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('guides/', views.GuideListCreateView.as_view(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user