search & eval reprocess
This commit is contained in:
@@ -5,3 +5,9 @@ from rest_framework import routers
|
||||
router = routers.DefaultRouter()
|
||||
router.register(r'users', views.UserViewSet)
|
||||
router.register(r'groups', views.GroupViewSet)
|
||||
|
||||
urlpatterns = [
|
||||
path('', include(router.urls)),
|
||||
path('types/search', views.custom_types_search, name='custom_types_search'),
|
||||
path('reprocess/eval', views.reprocess_eval, name='custom_types_search'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user