gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: remove bogus route


From: gnunet
Subject: [taler-bank] branch master updated: remove bogus route
Date: Fri, 28 Aug 2020 11:26:51 +0200

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

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 4ecc37c  remove bogus route
4ecc37c is described below

commit 4ecc37cdfbc3e237a1924681a24864e7fa639dce
Author: MS <ms@taler.net>
AuthorDate: Fri Aug 28 11:26:47 2020 +0200

    remove bogus route
---
 talerbank/app/urls.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/talerbank/app/urls.py b/talerbank/app/urls.py
index e7ccad1..3839922 100644
--- a/talerbank/app/urls.py
+++ b/talerbank/app/urls.py
@@ -44,15 +44,6 @@ taler_wire_gateway_patterns = [
     path("<str:acct_id>/transfer", views.twg_transfer, name="twg-transfer"),
 ]
 
-# These paths are part of the bank integration API
-taler_bank_api_patterns = [
-    path(
-        "withdrawal-operation/<str:withdraw_id>",
-        views.register_headless,
-        name="tba-withdrawal-operation",
-    ),
-]
-
 # These paths are part of the bank access API
 taler_bank_accounts_api_patterns = [
     path("accounts/<str:acct_id>/balance",

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