From ffd9139395c7502aa51c61f9ca60133ca60e3b56 Mon Sep 17 00:00:00 2001 From: alan10fm Date: Thu, 25 Feb 2021 16:49:20 -0600 Subject: [PATCH] Fixing README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7007f02..d058c69 100755 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Response: `Binary containing paymentAck` ### Encryption You can generate EncryptedMessages to test this functionality. Once you start the service you can fetch a set of ECDSA keys to use in your ProtocolMessages. -Endpoint: `/encryption/keys` +Endpoint: `/utils/encryption/keys` Description: `Send a GET request to this to receive a set of sender/recipient keys to test encrypted messages` Verb: `GET` Response: `Set of keys to do encryption`