Skip to content

Commit

Permalink
Merge pull request #682 from nautobot/u/smk4664-add-app-name
Browse files Browse the repository at this point in the history
U/smk4664 add app name
  • Loading branch information
jdrew82 authored Jan 23, 2025
2 parents eeb4154 + 57412a2 commit 7d35242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/681.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Revert removal of app_name.
1 change: 1 addition & 0 deletions nautobot_ssot/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from nautobot_ssot.integrations.utils import each_enabled_integration_module

app_name = "nautobot_ssot-api"
urlpatterns = []
router = OrderedDefaultRouter()
# add the name of your api endpoint, usually hyphenated model name in plural, e.g. "my-model-classes"
Expand Down
1 change: 1 addition & 0 deletions nautobot_ssot/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from . import views
from .integrations.utils import each_enabled_integration_module

app_name = "nautobot_ssot"
urlpatterns = [
path("", views.DashboardView.as_view(), name="dashboard"),
path("data-sources/<path:class_path>/", views.DataSourceTargetView.as_view(), name="data_source"),
Expand Down

0 comments on commit 7d35242

Please sign in to comment.