rabbitmq/config/routes.rb

5 lines
146 B
Ruby
Raw Permalink Normal View History

2020-05-11 13:14:41 +03:00
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
2023-04-07 12:43:32 +03:00
resources :rabbitmq
match "rabbimq" => "rabbitmq#index",:via => [:get, :post]