Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class TopDecks::WebApp
  get '/decks/' do
    "Hello World"
  end
end