This is a clean version of the API including the endpoint for account creation for google users and removing the v1/accounts/random prototype because it served well for its purpose but is not needed anymore.
Also, the GOOGLE_CLIENT_ID for dev was removed.
This PR needs to be deployed on Mainnet and Testnet
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have cleaned up the code in the areas my change touches
[ ] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules
[ ] I have checked my code and corrected any misspellings
[ ] I have removed any unnecessary console messages
[ ] I have included all english text to the translation file and/or created a new issue with the required translations for the currently supported languages
[ ] I have tested for mobile functionality and responsiveness
Fixes #118
Description
This is a clean version of the API including the endpoint for account creation for google users and removing the
v1/accounts/random
prototype because it served well for its purpose but is not needed anymore.Also, the GOOGLE_CLIENT_ID for dev was removed.
This PR needs to be deployed on Mainnet and Testnet
Test scenarios
Curl the version endpoint to see if is deployed:
you have to receive:
Curl the random endpoint to see is not present anymore:
Checklist: