Sinatra doesn’t know this ditty.

Try this:
# in website_server.rb
class Website::Server
  get '/photos' do
    "Hello World"
  end
end