mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Resolves #5127
This commit is contained in:
parent
34a0b9fe83
commit
55f328e215
|
@ -2,7 +2,6 @@ from django.urls import path
|
||||||
|
|
||||||
from .views import BasicModelWithUsersViewSet, MockView
|
from .views import BasicModelWithUsersViewSet, MockView
|
||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', MockView.as_view()),
|
path('', MockView.as_view()),
|
||||||
path('basicviewset', BasicModelWithUsersViewSet.as_view({'get': 'list'})),
|
path('basicviewset', BasicModelWithUsersViewSet.as_view({'get': 'list'})),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user