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