Sha256: 40806ba5789ff57f348b7282ac7ff5b52cc155575c5ad0d6ac88188643c28874

Contents?: true

Size: 285 Bytes

Versions: 38

Compression:

Stored size: 285 Bytes

Contents

Jets.application.routes.draw do
  # Default homepage. This should be replaced.
  root "jets/welcome#index"

  # Required for API Gateway to serve static utf8 content out of public folder.
  # Replace with your own controller to customize.
  any "*catchall", to: "jets/public#show"
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
jets-0.8.18 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.17 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.15 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.14 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.13 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.12 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.11 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.10 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.9 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.8 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.6 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.5 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.4 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.3 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.2 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.8.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.7.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.7.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-0.6.9 lib/jets/commands/templates/skeleton/config/routes.rb