From fa7ba187a29d46eceded2a0dbe216a70f1b77c50 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 14 Jul 2020 10:43:49 -0700 Subject: [PATCH] Changing from free-api to free-main --- src/components/admin-lte/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index ad704e5..59435ae 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -323,7 +323,7 @@ class AdminLTEPage extends React.Component { if (walletInfo.selectedServer) return null const server1 = 'https://api.fullstack.cash/v3/' - const server2 = 'https://free-api.fullstack.cash/v3/' + const server2 = 'https://free-main.fullstack.cash/v3/' const servers = [server1, server2]