From 76b342c905c9c424c8ac625f8f878db1cf356573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Mon, 11 Oct 2021 19:47:58 +0200 Subject: [PATCH] changed api source --- src/configs/production/app-settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/production/app-settings.json b/src/configs/production/app-settings.json index e937518..8536b42 100644 --- a/src/configs/production/app-settings.json +++ b/src/configs/production/app-settings.json @@ -1,6 +1,6 @@ { - "apiUrl": "wallet-go-webapi.herokuapp.com", + "apiUrl": "api.jurmanovic.com/wallet", "apiVersion": "v1", "ssl": true, "appName": "Wallets" -} \ No newline at end of file +}