Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Spektrix
  get '/spektrix/event-details/' do
    "Hello World"
  end
end