Skip to content

Commit

Permalink
added empty page at /
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouchy committed Jun 6, 2012
1 parent f76e279 commit cb3a375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.rb
Expand Up @@ -14,6 +14,11 @@ class S3itchApp < Sinatra::Base
end
end
end

get '/' do
'Who are you?'
end

# When Skitch uploads via WebDAV, it uses
# the file name as the URL and includes the
# image in the body.
Expand Down

0 comments on commit cb3a375

Please sign in to comment.