Skip to content

Commit

Permalink
[fix] django namespace error in api container openwisp#241
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-yadavv committed Sep 27, 2023
1 parent efbda73 commit 8b97d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openwisp_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'api/v1/',
include('openwisp_firmware_upgrader.api.urls', namespace='firmware'),
),
path('', include((fw_private_storage_urls, 'firmware'), namespace='firmware')),
path('', include((fw_private_storage_urls, 'firmware'), namespace='firmware-private')),
]

if env_bool(os.environ['USE_OPENWISP_MONITORING']):
Expand Down

0 comments on commit 8b97d8b

Please sign in to comment.