All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rack.rack-servlet-example-dropwizard.1.8.source-code.application.rb Maven / Gradle / Ivy

The newest version!
require 'sinatra/base'

class Application < Sinatra::Base
  get '/hello' do
    'Hello, World!'
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy