Sinatra doesn’t know this ditty.

Try this:
# in lib/poieticgen/api.rb
class PoieticGen::Api
  get '/wp-login.php' do
    "Hello World"
  end
end