Sha256: 0cd7d35d8464b40e5a5298b447f8b623bf509c5a09264fdb6b32d68827ed1c0b

Contents?: true

Size: 339 Bytes

Versions: 35

Compression:

Stored size: 339 Bytes

Contents

Rails.application.routes.draw do
  get 'report', to: 'marty/report#index'
end

Marty::Engine.routes.draw do
  match via: [:get, :post], "rpc/evaluate(.:format)" => "rpc", as: :rpc
  match via: [:get, :post], "report(.:format)" => "report#index", as: :report
  get  'job/download' => 'job', as: :job
  get  'diag', to: 'diagnostic/#op'
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
marty-2.4.5 config/routes.rb
marty-2.4.4 config/routes.rb
marty-2.4.3 config/routes.rb
marty-2.4.2 config/routes.rb
marty-2.4.1 config/routes.rb
marty-2.3.15 config/routes.rb
marty-2.3.14 config/routes.rb
marty-2.3.13 config/routes.rb
marty-2.3.12 config/routes.rb
marty-2.3.11 config/routes.rb
marty-2.3.10 config/routes.rb
marty-2.3.9 config/routes.rb
marty-2.3.8 config/routes.rb
marty-2.3.7 config/routes.rb
marty-2.3.5 config/routes.rb
marty-2.3.4 config/routes.rb
marty-2.1.5 config/routes.rb
marty-2.3.2 config/routes.rb
marty-2.3.1 config/routes.rb
marty-2.3.0 config/routes.rb