mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
always return schema from get_default_schema
This commit is contained in:
@@ -96,7 +96,7 @@ def get_default_schema():
|
|||||||
from awx.api.swagger import AutoSchema
|
from awx.api.swagger import AutoSchema
|
||||||
return AutoSchema()
|
return AutoSchema()
|
||||||
else:
|
else:
|
||||||
views.APIView.schema
|
return views.APIView.schema
|
||||||
|
|
||||||
|
|
||||||
class APIView(views.APIView):
|
class APIView(views.APIView):
|
||||||
|
|||||||
Reference in New Issue
Block a user