summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/api/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'pharos-dashboard/src/api/urls.py')
-rw-r--r--pharos-dashboard/src/api/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pharos-dashboard/src/api/urls.py b/pharos-dashboard/src/api/urls.py
index dfbe1ac..a4a4b2f 100644
--- a/pharos-dashboard/src/api/urls.py
+++ b/pharos-dashboard/src/api/urls.py
@@ -32,6 +32,7 @@ router = routers.DefaultRouter()
router.register(r'resources', ResourceViewSet)
router.register(r'servers', ServerViewSet)
router.register(r'bookings', BookingViewSet)
+router.register(r'resource_status', ResourceStatusViewSet)
urlpatterns = [
url(r'^', include(router.urls)),