Revert "Fix collections back url"

This reverts commit dbc928a
This commit is contained in:
Kuroshini 2019-12-20 16:04:23 +03:00
parent 796914fbe6
commit 0993f0a451

View File

@ -7,7 +7,7 @@ from collection.views import back as views
app_name = 'collection'
router = SimpleRouter()
router.register(r'', views.CollectionBackOfficeViewSet)
router.register(r'collections', views.CollectionBackOfficeViewSet)
urlpatterns = [
path('guides/', views.GuideListCreateView.as_view(),