independant sde app
This commit is contained in:
7
api/urls.py
Normal file
7
api/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from . import views
|
||||
from django.urls import include, path
|
||||
from rest_framework import routers
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
router.register(r'users', views.UserViewSet)
|
||||
router.register(r'groups', views.GroupViewSet)
|
||||
Reference in New Issue
Block a user