]> git.openstreetmap.org Git - rails.git/commit
Respond with plaintext when user not found in changeset query
authorAnton Khorev <tony29@yandex.ru>
Sat, 19 Aug 2023 17:22:19 +0000 (20:22 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 19 Aug 2023 17:26:13 +0000 (20:26 +0300)
commit0bd5838f5100c98ece1229b40e2e722bc24e643b
treef818452d75bff98fe81c99cd7aebaf36e3839433
parent406d90c5c8da5633324bb1d28d7a2103a61c95e4
Respond with plaintext when user not found in changeset query

The response used to be of type xml with empty body, which is not valid xml.
app/controllers/api/changesets_controller.rb
test/controllers/api/changesets_controller_test.rb