Skip to content

Commit

Permalink
Add back app_name
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Jan 28, 2025
1 parent 7fdbeca commit dbfe095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautobot_device_lifecycle_mgmt/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from nautobot_device_lifecycle_mgmt.api import views

app_name = "nautobot_device_lifecycle_mgmt"
router = OrderedDefaultRouter()
# add the name of your api endpoint, usually hyphenated model name in plural, e.g. "my-model-classes"
router.register("hardware", views.HardwareLCMView)
Expand Down

0 comments on commit dbfe095

Please sign in to comment.