1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-25 03:58:30 +00:00

Move HandlePublishRequest to backend.go

This commit is contained in:
Kane York 2015-10-26 08:58:04 -07:00
parent 0c9e7bb97d
commit df7d607556
3 changed files with 28 additions and 26 deletions

View file

@ -31,6 +31,8 @@ func TestSealRequest(t *testing.T) {
if err != nil {
t.Fatal(err)
}
// sealedValues.Encode()
// id=0&msg=KKtbng49dOLLyjeuX5AnXiEe6P0uZwgeP_7mMB5vhP-wMAAPZw%3D%3D&nonce=-wRbUnifscisWUvhm3gBEXHN5QzrfzgV
unsealedValues, err := UnsealRequest(sealedValues)
if err != nil {