mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Merge pull request #272 from jlaska/config_delete_204
Return 204 NO_CONTENT on /config DELETE
This commit is contained in:
@@ -272,7 +272,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