X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=dashboard%2Fsrc%2Fapi%2Furls.py;h=c2cd5101e2f9a97b145110f6ef16c0ec048f9e06;hb=3979c0cc8fc863b1661353e96e17ffa166abfa96;hp=71cd3efc5585aceb2fa4e9e92ba6651aa0345262;hpb=48d41db0824f86b0594088303c792633f977719d;p=pharos-tools.git diff --git a/dashboard/src/api/urls.py b/dashboard/src/api/urls.py index 71cd3ef..c2cd510 100644 --- a/dashboard/src/api/urls.py +++ b/dashboard/src/api/urls.py @@ -34,6 +34,7 @@ router.register(r'servers', ServerViewSet) router.register(r'bookings', BookingViewSet) router.register(r'resource_status', ResourceStatusViewSet) router.register(r'notifier', NotifierViewSet) +router.register(r'user', UserViewSet) urlpatterns = [ url(r'^', include(router.urls)),