Software /
code /
prosody-modules
Changeset
4069:b89f381abaa9
mod_rest/README: Remove last trace of older credential option
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 20 Jul 2020 22:32:22 +0200 |
parents | 4068:504a0cd5f883 |
children | 4070:268fa9d45840 |
files | mod_rest/README.markdown |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_rest/README.markdown Mon Jul 20 21:55:07 2020 +0200 +++ b/mod_rest/README.markdown Mon Jul 20 22:32:22 2020 +0200 @@ -89,7 +89,6 @@ ``` {.lua} Component "rest.example.net" "rest" -rest_credentials = "Bearer dmVyeSBzZWNyZXQgdG9rZW4K" rest_callback_url = "http://my-api.example:9999/stanzas" ```