Skip to content

Commit

Permalink
Remove redundant match from api/v2 route
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Sep 15, 2023
1 parent ed56a93 commit ab8a043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
end

namespace :api, path: 'api/v2' do
match '/*path', via: [:options], to: 'handle_options#handle_options_request'
match 'pept2taxa' => "api#pept2taxa", via: %i[get post]
match 'pept2lca' => "api#pept2lca", via: %i[get post]
match 'taxa2lca' => 'api#taxa2lca', via: %i[get post]
Expand Down

0 comments on commit ab8a043

Please sign in to comment.