taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7e628c69f7d930f892ecd613e8fe2b41e6c36dd4
parent 9bca65671a459e926d6a67b17483a9449be34309
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sun, 22 Nov 2020 05:51:39 -0500

fix typo: add closing double-quote

Diffstat:
Mtaler-merchant-manual.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -1080,7 +1080,7 @@ Then, you can restrict to an access control token using: Here, "SECURITYTOKEN" should be replaced with the actual shared secret. Note that the "(.+)" ensures that the above matches all endpoints that include the -string "/private/. If you only run a single instance, you could simply +string "/private/". If you only run a single instance, you could simply specify "/private/" without the "~" to only configure the access policy for the default instance.