mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 20:32:25 -06:00
Rearranged URL namespaces to satisfy deprecation warnings
This commit is contained in:
@@ -29,4 +29,5 @@ router.register(r'image-attachments', views.ImageAttachmentViewSet)
|
||||
# Recent activity
|
||||
router.register(r'recent-activity', views.RecentActivityViewSet)
|
||||
|
||||
app_name = 'extras-api'
|
||||
urlpatterns = router.urls
|
||||
|
||||
Reference in New Issue
Block a user