JSON output added to changeset(s) endpoints

This commit is contained in:
mmd-osm 2022-03-09 20:02:17 +01:00
parent 014c2e80c0
commit 4ec85171fd
10 changed files with 217 additions and 1 deletions

View file

@ -1,7 +0,0 @@
xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@changeset)
end