uwbaddev / baddie-match

Web app to track our badminton matches
2 stars 2 forks source link

Change api endpoints to receive Json objects instead of form data #13

Closed ivanccheng closed 2 years ago

ivanccheng commented 2 years ago

Currently all api endpoints use formdata, however based on the issue with sending score and using hacks to send a score as a string moving toward all api's sending and receiving json objects would be more ideal