Sha256: aa202e333b89ab90621ab4979670234e6463665b993ed86f589338660287a7b9

Contents?: true

Size: 95 Bytes

Versions: 1

Compression:

Stored size: 95 Bytes

Contents

module V1
  class API < Grape::API
    format :json
    mount V1::Album => "/albums"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-endpoint-0.0.12 test/grape-app/app/api/v1.rb