Tornium / tornium

A website and Discord bot to assist with the playing of Torn City developed with love <3
https://tornium.com
11 stars 5 forks source link

API response wrong response type #178

Closed dssecret closed 1 year ago

dssecret commented 1 year ago

Not all API endpoints return a response using Content-Type: text/html instead of Content-Type: application/json. Make sure that all responses use flask.jsonify() instead of relying upon a dictionary.

dssecret commented 1 year ago

Fixed with aa623d8