look i no want

master
eater 5 years ago
parent f54b44f458
commit da4224ba23
Signed by: eater
GPG Key ID: 656785D50BE51C0A

@ -207,7 +207,7 @@ func (it *httpServer) verifyRequest(r *http.Request, v interface{}) (error) {
return err
}
body = make([]byte, len(encBody))
body := make([]byte, len(encBody))
cipher.Decrypt(body, encBody)
err = json.Unmarshal(body, v)

Loading…
Cancel
Save