mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-21 17:10:10 +01: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