mdbow22 / I-Choose-Who

An app that helps users create pokemon teams for pokemon Go based on their collection and opposing pokemon.
http://www.ichoosewho.com
GNU Affero General Public License v3.0
2 stars 2 forks source link

updated recs by pokemon route to be GET request #23

Closed mdbow22 closed 2 years ago

mdbow22 commented 2 years ago

route for recs by pokemon now uses req.query as a GET request instead of a POST request with pokemon in the body.

JS file for recommendations updated to pass it in the URL rather than created a body on the request.