X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d9b8ebeb01e6cf81f6d9ea70748fedb14e4d86fa..816ee8ec92735b5c80b382857953ac4325096a71:/app/abilities/api_ability.rb diff --git a/app/abilities/api_ability.rb b/app/abilities/api_ability.rb index 9fc3cdd9c..6d62ece51 100644 --- a/app/abilities/api_ability.rb +++ b/app/abilities/api_ability.rb @@ -8,7 +8,7 @@ class ApiAbility can :index, :change can :index, :map can :show, :permission - can [:search_all, :search_nodes, :search_ways, :search_relations], :search + can :show, :version if Settings.status != "database_offline" can [:show, :download, :query], Changeset