5 lines
173 B
Ruby
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
|