taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit e2cb7a8946c7991243752dcd5b78bc50d3b5ec92
parent a29db7a4a5311ab5b5d489a1eedfd1f4555773ae
Author: Nic Eigel <nic@eigel.ch>
Date:   Sun, 14 Jan 2024 18:32:37 +0100

correcting aml config back

Diffstat:
Mpackages/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 @@ -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()