hackclub / scrapbook

🔥 A daily streak system & portfolio for your projects.
https://scrapbook.hackclub.com
170 stars 44 forks source link

API no longer returns content-type header #827

Open not-first opened 2 months ago

not-first commented 2 months ago

The API no longer returns a content-header type that determines its response to be json. In any endpoint requests there does not seem to be a content-type header.

This breaks my implementation which uses the content-type header to assume if the response is a json object or text.