mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-12-25 06:22:23 +00:00
Fix index page
This commit is contained in:
parent
1ab06af5c7
commit
0b3701f01f
@ -27,7 +27,7 @@ router.register(r'users', users.views.UserViewSet)
|
||||
router.register(r'groups', users.views.GroupViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('', media.views.IndexView, name='index'),
|
||||
path('', media.views.IndexView.as_view(), name='index'),
|
||||
|
||||
# Include project routers
|
||||
path('users/', include('users.urls')),
|
||||
|
Loading…
Reference in New Issue
Block a user