mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
added users list
This commit is contained in:
parent
e7584eb47f
commit
9a8935d052
2 changed files with 8 additions and 1 deletions
|
|
@ -4,4 +4,5 @@ from .views import *
|
|||
|
||||
urlpatterns = [
|
||||
path('', UserView.as_view(), name="user_view"),
|
||||
path('list', UsersView.as_view(), name="users_view"),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue