michalmytych / solvable-app

Backend for an application for interactive learning of programming.
1 stars 0 forks source link

Api routes should always return JSON #29

Open michalmytych opened 1 year ago

michalmytych commented 1 year ago

At the moment, you must add Accept: application/json to every request, otherwise it responds with html.

sshsrn commented 1 year ago

At the moment, you must add Accept: application/json to every request, otherwise it responds with html.

@michalmytych, Is this issue still open? or has it been fixed?

If still open, can I work on it?

michalmytych commented 1 year ago

It's open, go on!