Update delete.go
This commit is contained in:
parent
d8e0398919
commit
84f455da41
|
@ -12,6 +12,7 @@ func deleteHandler(c web.C, w http.ResponseWriter, r *http.Request) {
|
||||||
requestKey := r.Header.Get("Linx-Delete-Key")
|
requestKey := r.Header.Get("Linx-Delete-Key")
|
||||||
|
|
||||||
if len(r.URL.Query().Get("linx-delete-key")) > 0 {
|
if len(r.URL.Query().Get("linx-delete-key")) > 0 {
|
||||||
|
_ := requestKey
|
||||||
requestKey := r.URL.Query().Get("linx-delete-key")
|
requestKey := r.URL.Query().Get("linx-delete-key")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue