Removed unused Location header

pull/442/head
Jordan Wright 2016-11-19 09:16:59 -06:00
parent 670347e057
commit 8f62e77884
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ func API_Groups(w http.ResponseWriter, r *http.Request) {
JSONResponse(w, models.Response{Success: false, Message: err.Error()}, http.StatusBadRequest)
return
}
w.Header().Set("Location", "http://localhost:3333/api/groups/"+string(g.Id))
JSONResponse(w, g, http.StatusCreated)
}
}