Merge remote-tracking branch 'upstream/pull/4639'

This commit is contained in:
Tom Hughes 2024-04-01 18:37:27 +01:00
commit d2688d4d63
6 changed files with 43 additions and 44 deletions

View file

@ -51,11 +51,11 @@ module Api
)
assert_routing(
{ :path => "/api/0.6/changesets", :method => :get },
{ :controller => "api/changesets", :action => "query" }
{ :controller => "api/changesets", :action => "index" }
)
assert_routing(
{ :path => "/api/0.6/changesets.json", :method => :get },
{ :controller => "api/changesets", :action => "query", :format => "json" }
{ :controller => "api/changesets", :action => "index", :format => "json" }
)
end