rabbitmq/config/routes.rb
2023-04-07 12:43:32 +03:00

5 lines
146 B
Ruby

# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
resources :rabbitmq
match "rabbimq" => "rabbitmq#index",:via => [:get, :post]