mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-31 06:33:20 +02:00
Added API endpoint, tests for Graphs
This commit is contained in:
@@ -5,6 +5,9 @@ from . import views
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
|
||||
# Graphs
|
||||
router.register(r'graphs', views.GraphViewSet)
|
||||
|
||||
# Topology maps
|
||||
router.register(r'topology-maps', views.TopologyMapViewSet)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user