mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Merge pull request #272 from jlaska/config_delete_204
Return 204 NO_CONTENT on /config DELETE
This commit is contained in:
commit
be81c3f38a
@ -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):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user