Sha256: 8a97508b6696f470bb3b0c3577b1f6e72f71a03f872ce9882cb7e22a21c5aa16

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

Rails.application.routes.draw do
  match '/rhoconnect/authenticate' => Rhoconnectrb::Authenticate
  match '/rhoconnect/query' => Rhoconnectrb::Query
  match '/rhoconnect/create' => Rhoconnectrb::Create
  match '/rhoconnect/update' => Rhoconnectrb::Update
  match '/rhoconnect/delete' => Rhoconnectrb::Delete
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rhoconnect-rb-1.0.3 config/routes.rb
rhoconnect-rb-1.0.2 config/routes.rb
rhoconnect-rb-1.0.1 config/routes.rb
rhoconnect-rb-1.0.0 config/routes.rb