EdinburghUniversityTheatreCompany / black_lightning

MIT License
3 stars 4 forks source link

Remove almost all json responses #312

Closed mickzijdel closed 3 months ago

mickzijdel commented 3 months ago

Remove almost all json responses on actions as it is too easy to accidentally leak data, and they have not been properly set up.

Leave json responses intact for the few api endpoints, such as membership checker, markdown preview renderer, user autocomplete list.

Also keep the one in mass mails controller as that one is needed for some tests