gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated (2e91bf5 -> a498b8f)


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated (2e91bf5 -> a498b8f)
Date: Thu, 03 Feb 2022 11:50:30 +0100

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

ms pushed a change to branch master
in repository merchant-backoffice.

    from 2e91bf5  mocking 'window' to development server
     new 908bc18  remove accidental change
     new a498b8f  Removing json-server files.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/bank/mocks/json-server/db.json     | 6 ++----
 packages/bank/mocks/json-server/routes.json | 4 ----
 2 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 packages/bank/mocks/json-server/routes.json

diff --git a/packages/bank/mocks/json-server/db.json 
b/packages/bank/mocks/json-server/db.json
index f10a7a7..44d3cca 100644
--- a/packages/bank/mocks/json-server/db.json
+++ b/packages/bank/mocks/json-server/db.json
@@ -1,6 +1,4 @@
 {
-  "register": {
-    "{\"hey\": \"you\"}": ""
-  },
+  "register": {},
   "transactions": {}
-}
\ No newline at end of file
+}
diff --git a/packages/bank/mocks/json-server/routes.json 
b/packages/bank/mocks/json-server/routes.json
deleted file mode 100644
index fe0163b..0000000
--- a/packages/bank/mocks/json-server/routes.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "/access-api/testing/register": "/register",
-  "/access-api/accounts/:accountName/transactions\\?page=:pageNumber": 
"/transactions"
-}

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