Sha256: b821540ec2a480d9ca992e2cd6bece7e22a73bf6e71ed940cff999a4626b0acf
Contents?: true
Size: 499 Bytes
Versions: 19
Compression:
Stored size: 499 Bytes
Contents
Maestrano::Connector::Rails::Engine.routes.draw do maestrano_routes get 'version', to: 'version#index' namespace :maestrano do match 'signout', to: 'sessions#destroy', as: 'signout', via: [:get, :post] post 'connec/notifications/:tenant' => 'connec#notifications' resources :dependancies, only: [:index] scope ':tenant' do resources :synchronizations, only: [:show, :create] do collection do put :toggle_sync end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems