Sha256: 83f24affefa589547449aba58a6d8dc63a5546da5565e3331aee08adcc571efa
Contents?: true
Size: 473 Bytes
Versions: 3
Compression:
Stored size: 473 Bytes
Contents
Jets.application.routes.draw do # Default homepage. This should be replaced. Replacing requires using JETS_ENV_EXTRA # or deleting and deploying twice. # More info: # http://rubyonjets.com/docs/routes-workaround/ # http://rubyonjets.com/docs/env-extra/ 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
3 entries across 3 versions & 1 rubygems