Files
Burak Yucesoy 31d1be1e51 Remove unnecessary to_json calls
Roda's json plugin automatically converts Ruby hashes into `JSON` texts, so
these calls were unnecessary. Also, manually calling `to_json` requires setting
`Content-Type` header manually to `application/json`, which is different than
the default for our web endpoints and easy to forget. However Roda's json
plugin also correctly sets the headers.
2024-11-07 01:20:02 +03:00
..
2024-11-07 01:20:02 +03:00