Move the api methods from changesets_controller into the api namespaced controller

This commit is contained in:
Andy Allan 2019-02-24 12:18:31 +01:00
parent f4e2990526
commit 1778fa3d9c
7 changed files with 2404 additions and 2352 deletions

View file

@ -137,7 +137,7 @@
<% end %>
<div class='secondary-actions'>
<%= link_to(t('.changesetxml'), :controller => "changesets", :action => "show") %>
<%= link_to(t('.changesetxml'), :controller => "api/changesets", :action => "show") %>
&middot;
<%= link_to(t('.osmchangexml'), :controller => "changesets", :action => "download") %>
<%= link_to(t('.osmchangexml'), :controller => "api/changesets", :action => "download") %>
</div>