trabajo-afectivo/config/routes/robots_txt.rb
2022-01-01 14:38:12 +01:00

5 lines
173 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Zammad::Application.routes.draw do
match '/robots.txt', to: 'robots_txt#index', via: :get
end