parent
796914fbe6
commit
0993f0a451
|
|
@ -7,7 +7,7 @@ from collection.views import back as views
|
||||||
app_name = 'collection'
|
app_name = 'collection'
|
||||||
|
|
||||||
router = SimpleRouter()
|
router = SimpleRouter()
|
||||||
router.register(r'', views.CollectionBackOfficeViewSet)
|
router.register(r'collections', views.CollectionBackOfficeViewSet)
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('guides/', views.GuideListCreateView.as_view(),
|
path('guides/', views.GuideListCreateView.as_view(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user