mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-12-22 07:18:53 -05:00
Expand path on sinatra root
This commit is contained in:
parent
3f4abe1d32
commit
76cef09b4e
@ -10,7 +10,7 @@ class Sinatra::Request
|
||||
end
|
||||
|
||||
class MailCatcher::Web < Sinatra::Base
|
||||
set :root, Pathname.new(__FILE__).dirname.parent.parent
|
||||
set :root, File.expand_path("#{__FILE__}/../../..")
|
||||
set :haml, :format => :html5
|
||||
|
||||
get '/' do
|
||||
|
Loading…
Reference in New Issue
Block a user