trabajo-afectivo/config/routes/robots_txt.rb

6 lines
173 B
Ruby
Raw Permalink Normal View History

2022-01-01 13:38:12 +00:00
# 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