Skip to content

Commit

Permalink
[requested-change] Fixed API urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 26, 2021
1 parent 0f1504f commit 7beb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_ipam/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_urls(api_views):
"""
return [
path(
'api/v1/ipam', include((get_api_urls(api_views), 'ipam'), namespace='ipam')
'api/v1/ipam/', include((get_api_urls(api_views), 'ipam'), namespace='ipam')
),
path('accounts/', include('openwisp_users.accounts.urls')),
]
Expand Down

0 comments on commit 7beb79b

Please sign in to comment.