Mercurial > prosody-modules
diff mod_rest/README.markdown @ 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 | 504a0cd5f883 |
children | 7191d4638393 |
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" ```