mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Merge branch 'master' into fix-license_2
This commit is contained in:
@@ -273,7 +273,7 @@ class ApiV1ConfigView(APIView):
|
||||
mongodb_control.delay('stop')
|
||||
except OSError:
|
||||
pass
|
||||
return Response()
|
||||
return Response(status=status.HTTP_204_NO_CONTENT)
|
||||
|
||||
class DashboardView(APIView):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user