1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-09 02:59:19 +00:00
This commit is contained in:
Darren Shepherd
2017-11-28 14:28:25 -07:00
parent faa1fb2148
commit 389d27b3e5
28 changed files with 490 additions and 159 deletions

View File

@@ -15,6 +15,6 @@ func DeleteHandler(request *types.APIContext) error {
}
}
request.WriteResponse(http.StatusOK, nil)
request.WriteResponse(http.StatusNoContent, nil)
return nil
}