aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-01-14 18:32:37 +0100
committerNic Eigel <nic@eigel.ch>2024-01-14 18:32:37 +0100
commite2cb7a8946c7991243752dcd5b78bc50d3b5ec92 (patch)
treec12176a2e387fc00df6377001548ed0152e1e8f3
parenta29db7a4a5311ab5b5d489a1eedfd1f4555773ae (diff)
downloadwallet-core-e2cb7a8946c7991243752dcd5b78bc50d3b5ec92.tar.gz
wallet-core-e2cb7a8946c7991243752dcd5b78bc50d3b5ec92.tar.bz2
wallet-core-e2cb7a8946c7991243752dcd5b78bc50d3b5ec92.zip
correcting aml config back
-rw-r--r--packages/aml-backoffice-ui/src/context/config.ts3
1 files changed, 1 insertions, 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()