mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #855: Added an API endpoint for recent activity
This commit is contained in:
@@ -8,4 +8,7 @@ router = routers.DefaultRouter()
|
||||
# Topology maps
|
||||
router.register(r'topology-maps', views.TopologyMapViewSet)
|
||||
|
||||
# Recent activity
|
||||
router.register(r'recent-activity', views.RecentActivityViewSet)
|
||||
|
||||
urlpatterns = router.urls
|
||||
|
||||
Reference in New Issue
Block a user