Skip to content

Commit

Permalink
Fix the name of the provider API endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
progala committed Aug 11, 2023
1 parent 034ddeb commit 47faa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_device_lifecycle_mgmt/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

router.register("hardware", HardwareLCMView)
router.register("contract", ContractLCMView)
router.register("provide", ProviderLCMView)
router.register("provider", ProviderLCMView)
router.register("contact", ContactLCMView)
router.register("software", SoftwareLCMViewSet)
router.register("software-image", SoftwareImageLCMViewSet)
Expand Down

0 comments on commit 47faa2a

Please sign in to comment.