gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix called endpoint


From: gnunet
Subject: [taler-deployment] branch master updated: fix called endpoint
Date: Tue, 25 May 2021 09:56:34 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b8b676c  fix called endpoint
b8b676c is described below

commit b8b676c09e47eb2b706c3bd59a2f59a838301161
Author: MS <ms@taler.net>
AuthorDate: Tue May 25 09:56:30 2021 +0200

    fix called endpoint
---
 bin/taler-deployment-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 59c1457..cff8316 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -55,7 +55,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
         if instance_id != "Tutorial":
             patch_resp = requests.post(
                 urljoin(MERCHANT_BACKEND_BASE_URL,
-                f"private/instances/{instance_id}/auth"), json=auth
+                f"instances/{instance_id}/private/auth"), json=auth
             )
             if patch_resp.status_code < 200 or patch_resp.status_code >= 300:
                 print(f"Failed to update auth of '{instance_id}'")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]