Sha256: 848a1315eb5371869b5a953d23be8c2d76e5c649261b519b5707155f02a7fbdc

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

get '/styles/?*path' do
  status 200
  { 'foo' => 'bar' }.to_json
end

patch '/styles/?*path' do
  status 200
  { 'foo' => 'bar' }.to_json
end

delete '/styles/?*path' do
  status 200
  { 'foo' => 'bar' }.to_json
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
files.com-1.0.55 test-server/app/style_endpoints.rb