Sha256: 64a3f590eed110a9ee6988a9c0f6b22c8466d2e33b38bf44683a2cb1aa2085fb

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

Standalone::Application.routes.draw do
  mount MaglevDatabaseExplorer::Engine => "/maglev-database-explorer"

  match "/" => "main#index"
  match "/halt" => "main#halt"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
maglev-database-explorer-0.0.5 standalone/config/routes.rb
maglev-database-explorer-0.0.4 standalone/config/routes.rb
maglev-database-explorer-0.0.3 standalone/config/routes.rb
maglev-database-explorer-0.0.2 standalone/config/routes.rb