Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Alchemy::WebApp
  get '/blog/32-new-app-announcement---duel-master---cardfight-vanguard-edition' do
    "Hello World"
  end
end