Skip to content

Commit

Permalink
[fix] Add openwisp_ipam urls to openwisp_controller.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jan 19, 2022
1 parent 6367661 commit 842d92e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions openwisp_controller/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
'app': 'openwisp_notifications',
'include': {'module': 'openwisp_notifications.urls'},
},
# openwisp_ipam
{
'regexp': '',
'app': 'openwisp_ipam',
'include': {'module': 'openwisp_ipam.urls'},
},
# openwisp_controller.pki (CRL view)
{
'regexp': '',
Expand Down
1 change: 0 additions & 1 deletion tests/openwisp2/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
path('accounts/', include('openwisp_users.accounts.urls')),
path('api/v1/', include('openwisp_utils.api.urls')),
path('api/v1/', include(('openwisp_users.api.urls', 'users'), namespace='users')),
path(r'', include('openwisp_ipam.urls')),
]

urlpatterns += staticfiles_urlpatterns()
Expand Down

0 comments on commit 842d92e

Please sign in to comment.