X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d9b8ebeb01e6cf81f6d9ea70748fedb14e4d86fa..4b646e17a8c8246d1638bcece5d59369d78424e1:/app/abilities/api_ability.rb?ds=inline diff --git a/app/abilities/api_ability.rb b/app/abilities/api_ability.rb index 9fc3cdd9c..80245eeaa 100644 --- a/app/abilities/api_ability.rb +++ b/app/abilities/api_ability.rb @@ -9,6 +9,7 @@ class ApiAbility 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