From 7a201c3b885c5d23bf0fd0f3da32379a49b30c38 Mon Sep 17 00:00:00 2001 From: Nic Eigel Date: Sun, 14 Jan 2024 15:18:12 +0100 Subject: adding auditor-backoffice-ui --- packages/aml-backoffice-ui/src/context/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/aml-backoffice-ui/src') diff --git a/packages/aml-backoffice-ui/src/context/config.ts b/packages/aml-backoffice-ui/src/context/config.ts index 3f62258c6..baf3445c4 100644 --- a/packages/aml-backoffice-ui/src/context/config.ts +++ b/packages/aml-backoffice-ui/src/context/config.ts @@ -60,7 +60,8 @@ export const ExchangeApiProvider = ({ }): VNode => { const [checked, setChecked] = useState() const { i18n } = useTranslationContext(); - const url = new URL(baseUrl) + //const url = new URL(baseUrl) + const url = new URL("http://localhost:8081"); const api = new TalerExchangeHttpClient(url.href, new BrowserHttpLib()) useEffect(() => { api.getConfig() -- cgit v1.2.3