Sha256: 964beab304d8d1b27a792a42d8a0f36ef892ef9dc944883863a2a1d6bbce72fa
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
get '/locks/?*path' do status 200 { 'foo' => 'bar' }.to_json end post '/locks/?*path' do status 200 { 'foo' => 'bar' }.to_json end delete '/locks/?*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/lock_endpoints.rb |