commit b8b676c09e47eb2b706c3bd59a2f59a838301161
parent e1c34140003e2df5520600ca09a7cbb760f0e449
Author: MS <ms@taler.net>
Date: Tue, 25 May 2021 09:56:30 +0200
fix called endpoint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}'")