Skip to content

Commit

Permalink
fix api url
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Jul 24, 2023
1 parent e62782d commit 4d1b9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_powerdns_sync/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
app_name = 'netbox_powerdns_sync'

router = NetBoxRouter()
router.register('api_servers', views.ApiServerViewSet)
router.register('api-servers', views.ApiServerViewSet)
router.register('zones', views.ZoneViewSet)

urlpatterns = router.urls

0 comments on commit 4d1b9da

Please sign in to comment.