Skip to content

Commit

Permalink
Make world message friendlier
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Sep 17, 2020
1 parent 28f48e2 commit e8960e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'sinatra'

get '/' do
'Hello, World!'
'Hello, friend!'
end

get '/:name' do |name|
Expand Down

0 comments on commit e8960e9

Please sign in to comment.