IEEE-VIT / enigma8-backend

Backend for Enigma 8.0

Home Page:https://enigma8-api.ieeevit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change to params instead of raw json body in GET requests

mintbomb27 opened this issue · comments

In routes /useHint and /checkIfRoomUnlocked, it demands a JSON body with the request where it's easier for the frontend devs to use a parameter that is URL encoded for all the platforms. Please consider changing it to a request param.