Skip to content

Commit

Permalink
remove solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ipc103 committed Sep 15, 2015
1 parent d1f811c commit d20e938
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,5 @@ class App < Sinatra::Base
erb :index
end

get '/hello' do
erb :hello
end

get '/goodbye' do
erb :goodbye
end

get '/dogs' do
erb :dogs
end

get '/cats' do
erb :cats
end

get '/music' do
erb :music
end

end

0 comments on commit d20e938

Please sign in to comment.