Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/info:dungeons:no_pvp_no_loot' do
    "Hello World"
  end
end