Sha256: be23e0ca717822d105b8b33e9c83634a70ee187a7573a67d3510bcc3578d08a1
Contents?: true
Size: 530 Bytes
Versions: 9
Compression:
Stored size: 530 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 put :update_metadata end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems