Sha256: 664e068e7cc4b24d70a56e22c40ecd240f801ddceb25576982d14c418c3c8a4e

Contents?: true

Size: 85 Bytes

Versions: 64

Compression:

Stored size: 85 Bytes

Contents

module Endpoints
  class Root < Base
    get "/" do
      "hello."
    end
  end
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
pliny-0.2.0 template/lib/endpoints/root.rb
pliny-0.1.0 template/lib/endpoints/root.rb
pliny-0.0.4 template/lib/endpoints/root.rb
pliny-0.0.3 template/lib/endpoints/root.rb