Sha256: b8c90cc076cd60fbfcb7937590522ea8b78dff0dea74290b210ecc2b36ed5def

Contents?: true

Size: 526 Bytes

Versions: 23

Compression:

Stored size: 526 Bytes

Contents

Rails.application.routes.draw do

  resources :bjond_registrations
  get  '/bjond-app/services/' => 'bjondservices#index'
  get  '/bjond-app/services/schema' => 'bjondservices#get_schema'
  get  '/bjond-app/services/register' => 'bjondservices#register'
  post '/bjond-app/services/:groupid/register' => 'bjondservices#register_group_endpoint'
  get  '/bjond-app/services/:groupid/read' => 'bjondservices#get_group_configuration'
  post '/bjond-app/services/:groupid/configure' => 'bjondservices#configure_group_endpoint'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bjond-api-0.3.6 config/routes.rb
bjond-api-0.3.5 config/routes.rb
bjond-api-0.3.4 config/routes.rb
bjond-api-0.3.3 config/routes.rb
bjond-api-0.3.2 config/routes.rb
bjond-api-0.3.1 config/routes.rb
bjond-api-0.3.0 config/routes.rb
bjond-api-0.2.6 config/routes.rb
bjond-api-0.2.5 config/routes.rb
bjond-api-0.2.4 config/routes.rb
bjond-api-0.2.3 config/routes.rb
bjond-api-0.2.2 config/routes.rb
bjond-api-0.2.1 config/routes.rb
bjond-api-0.2.0 config/routes.rb
bjond-api-0.1.5 config/routes.rb
bjond-api-0.1.4 config/routes.rb
bjond-api-0.1.3 config/routes.rb
bjond-api-0.1.2 config/routes.rb
bjond-api-0.1.1 config/routes.rb
bjond-api-0.1.0 config/routes.rb