From 50318acab3badac6915c66611a9170fbe77800f8 Mon Sep 17 00:00:00 2001 From: Nacho Date: Wed, 9 Nov 2022 12:35:42 -0300 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Add:=20POAP=20API=20API-Key=20f?= =?UTF-8?q?rontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.env.template | 2 ++ frontend/src/App.vue | 7 +++++-- frontend/src/store/user/actions.js | 9 ++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/frontend/.env.template b/frontend/.env.template index 007f9b0..8714e78 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -1 +1,3 @@ INFURA_ID=__add_me__ +VUE_APP_POAP_API_URL=https://api.poap.tech +VUE_APP_POAP_API_API_KEY=hVWzovj27w9NmjN6Vzw1Wp8rysVSnQYV06WGfMSBWRkZvSlVbadmtwSroHk4wfq9iS1J3R7rF5FxshKYEa1016XElaC6OHquA5JgYLrAwN21K1emQ1VCf08sEOR1YqLG diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 922992d..926f867 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,7 +7,10 @@