1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update release notes

This commit is contained in:
jeremystretch
2023-03-27 12:17:42 -04:00
committed by Jeremy Stretch
parent 7b258dc11f
commit 34236ff468
2 changed files with 15 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ router.register('data-sources', views.DataSourceViewSet)
router.register('data-files', views.DataFileViewSet)
# Jobs
router.register('job-results', views.JobViewSet)
router.register('jobs', views.JobViewSet)
app_name = 'core-api'
urlpatterns = router.urls