From dc13e8dce324c47387352d165caf263523e996df Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 21 Apr 2021 12:34:04 +0200 Subject: [PATCH] Update frontend/.env.dist Co-authored-by: Ulf Gebhardt --- frontend/.env.dist | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/.env.dist b/frontend/.env.dist index b616c8dc0..39edd4b4e 100644 --- a/frontend/.env.dist +++ b/frontend/.env.dist @@ -1,5 +1,3 @@ LOGIN_API_URL=http://localhost/login_api/ -COMMUNITY_API_STATE_BALANCE_URL=http://localhost/api/ -COMMUNITY_API_TRANSACTION_CREATION_URL=http://localhost/api/ -COMMUNITY_API_TRANSACTION_SEND_COINS=http://localhost/api/ -VUE_PATH=/vue \ No newline at end of file +COMMUNITY_API_URL=http://localhost/api/ +VUE_PATH=/vue