Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created October 29, 2014 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotgazpacho/49cc4cd7d12915c8fc79 to your computer and use it in GitHub Desktop.
Save hotgazpacho/49cc4cd7d12915c8fc79 to your computer and use it in GitHub Desktop.
Why doesn't this work on Heroku?
require 'sinatra'
class MyApp < Sinatra::Base
get '/' do
send_file File.join(settings.public_folder, 'index.html')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment