gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: checking sandbox availability with GET


From: gnunet
Subject: [libeufin] branch master updated: checking sandbox availability with GET /
Date: Thu, 14 Oct 2021 12:14:05 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 2da0ba5  checking sandbox availability with GET /
2da0ba5 is described below

commit 2da0ba51265ff6c691681443faa2a21a80ea584c
Author: ms <ms@taler.net>
AuthorDate: Thu Oct 14 12:13:57 2021 +0200

    checking sandbox availability with GET /
---
 cli/bin/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index ec8a757..dd7e3f1 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1035,7 +1035,7 @@ def sandbox_ebicshost(ctx):
 @click.pass_obj
 def check_sandbox_status(obj):
     sandbox_base_url = obj.require_sandbox_base_url()
-    url = urljoin_nodrop(sandbox_base_url, "/config")
+    url = urljoin_nodrop(sandbox_base_url, "/")
     try:
         resp = get(url)
     except Exception as e:

-- 
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]