Remove unnecessary slash
This commit is contained in:
parent
6cbfc38c9c
commit
a6b77e74b5
|
|
@ -9,7 +9,7 @@ router = SimpleRouter()
|
|||
router.register(r'', views.CollectionBackOfficeViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('/<int:pk>/', views.CollectionBackOfficeView.as_view(), name='detail'),
|
||||
path('<int:pk>/', views.CollectionBackOfficeView.as_view(), name='detail'),
|
||||
]
|
||||
|
||||
urlpatterns += router.urls
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user