explorers icon indicating copy to clipboard operation
explorers copied to clipboard

Use GET method when checking for achievements data from the API

Open philhawksworth opened this issue 4 years ago • 0 comments

When we check achievements data from the achievements API, we are using the POST method. There is no need to post to this API since we are just reading the status. We use the GET method instead

GET https://feature-rewards--explorers.netlify.app/.netlify/functions/get-user-achievement

philhawksworth avatar Apr 09 '21 17:04 philhawksworth