mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Re-parent DAB views from AWX base
This commit is contained in:
@@ -1131,3 +1131,6 @@ include(settings_file)
|
|||||||
# example if set to '' API pattern will be /api
|
# example if set to '' API pattern will be /api
|
||||||
# example if set to 'controller' API pattern will be /api AND /api/controller
|
# example if set to 'controller' API pattern will be /api AND /api/controller
|
||||||
OPTIONAL_API_URLPATTERN_PREFIX = ''
|
OPTIONAL_API_URLPATTERN_PREFIX = ''
|
||||||
|
|
||||||
|
# Use AWX base view, to give 401 on unauthenticated requests
|
||||||
|
ANSIBLE_BASE_CUSTOM_VIEW_PARENT = 'awx.api.generics.APIView'
|
||||||
|
|||||||
Reference in New Issue
Block a user