[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: correcting aml config back
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: correcting aml config back |
Date: |
Sun, 14 Jan 2024 19:49:12 +0100 |
This is an automated email from the git hooks/post-receive script.
nic-eigel pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new e2cb7a894 correcting aml config back
e2cb7a894 is described below
commit e2cb7a8946c7991243752dcd5b78bc50d3b5ec92
Author: Nic Eigel <nic@eigel.ch>
AuthorDate: Sun Jan 14 18:32:37 2024 +0100
correcting aml config back
---
packages/aml-backoffice-ui/src/context/config.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/aml-backoffice-ui/src/context/config.ts
b/packages/aml-backoffice-ui/src/context/config.ts
index baf3445c4..3f62258c6 100644
--- a/packages/aml-backoffice-ui/src/context/config.ts
+++ b/packages/aml-backoffice-ui/src/context/config.ts
@@ -60,8 +60,7 @@ export const ExchangeApiProvider = ({
}): VNode => {
const [checked, setChecked] = useState<ConfigResult>()
const { i18n } = useTranslationContext();
- //const url = new URL(baseUrl)
- const url = new URL("http://localhost:8081");
+ const url = new URL(baseUrl)
const api = new TalerExchangeHttpClient(url.href, new BrowserHttpLib())
useEffect(() => {
api.getConfig()
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: correcting aml config back,
gnunet <=